class Aws::DatabaseMigrationService::Types::CreateReplicationSubnetGroupMessage
@note When making an API call, you may pass CreateReplicationSubnetGroupMessage
data as a hash: { replication_subnet_group_identifier: "String", # required replication_subnet_group_description: "String", # required subnet_ids: ["String"], # required tags: [ { key: "String", value: "String", resource_arn: "String", }, ], }
@!attribute [rw] replication_subnet_group_identifier
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` @return [String]
@!attribute [rw] replication_subnet_group_description
The description for the subnet group. @return [String]
@!attribute [rw] subnet_ids
One or more subnet IDs to be assigned to the subnet group. @return [Array<String>]
@!attribute [rw] tags
One or more tags to be assigned to the subnet group. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroupMessage AWS API Documentation
Constants
- SENSITIVE