ReplicationSubnetGroupState constructor
Creates a new ReplicationSubnetGroupState.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
replicationSubnetGroupArn Optional.
replicationSubnetGroupDescription Description for the subnet group.
replicationSubnetGroupId Name for the replication subnet group. This value is stored as a lowercase string. It must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens and cannot be default.
subnetIds List of at least 2 EC2 subnet IDs for the subnet group. The subnets must cover at least 2 availability zones.
tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
vpcId The ID of the VPC the subnet group is in.
Implementation
const ReplicationSubnetGroupState({
this.region,
this.replicationSubnetGroupArn,
this.replicationSubnetGroupDescription,
this.replicationSubnetGroupId,
this.subnetIds,
this.tags,
this.tagsAll,
this.vpcId,
});