StackConfigurationManager

public struct StackConfigurationManager : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name. This parameter must be set to “Chef”.

    Declaration

    Swift

    public let name: String?
  • The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, version: String? = nil)