CreateCloudFormationStackRequest

public struct CreateCloudFormationStackRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.

    Declaration

    Swift

    public let instances: [InstanceEntry]
  • Undocumented

    Declaration

    Swift

    public init(instances: [InstanceEntry])
  • Declaration

    Swift

    public func validate(name: String) throws