CreateReplicationSubnetGroupMessage

public struct CreateReplicationSubnetGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let replicationSubnetGroupDescription: String
  • The name for the replication subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be “default”. Example: mySubnetgroup

    Declaration

    Swift

    public let replicationSubnetGroupIdentifier: String
  • One or more subnet IDs to be assigned to the subnet group.

    Declaration

    Swift

    public let subnetIds: [String]
  • One or more tags to be assigned to the subnet group.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(replicationSubnetGroupDescription: String, replicationSubnetGroupIdentifier: String, subnetIds: [String], tags: [Tag]? = nil)