CreateSubnetGroupRequest

public struct CreateSubnetGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description for the subnet group

    Declaration

    Swift

    public let description: String?
  • A name for the subnet group. This value is stored as a lowercase string.

    Declaration

    Swift

    public let subnetGroupName: String
  • A list of VPC subnet IDs for the subnet group.

    Declaration

    Swift

    public let subnetIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, subnetGroupName: String, subnetIds: [String])