GreenFleetProvisioningOption

public struct GreenFleetProvisioningOption : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The method used to add instances to a replacement environment. DISCOVER_EXISTING: Use instances that already exist or will be created manually. COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.

    Declaration

    Swift

    public let action: GreenFleetProvisioningAction?
  • Undocumented

    Declaration

    Swift

    public init(action: GreenFleetProvisioningAction? = nil)