Values.ReplicationSubnetGroupSourceDescribes a subnet group in response to a request by the DescribeReplicationSubnetGroups operation.
type nonrec t = {replicationSubnetGroupIdentifier : String_.t option;The identifier of the replication instance subnet group.
*)replicationSubnetGroupDescription : String_.t option;A description for the replication subnet group.
*)vpcId : String_.t option;The ID of the VPC.
*)subnetGroupStatus : String_.t option;The status of the subnet group.
*)subnets : SubnetList.t option;The subnets that are in the subnet group.
*)supportedNetworkTypes : StringList.t option;The IP addressing protocol supported by the subnet group. This is used by a replication instance with values such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
*)isReadOnly : BooleanOptional.t option;Indicates whether the replication subnet group is read-only. When set to true, this subnet group is managed by DMS as part of a zero-ETL integration and cannot be modified or deleted directly. You can only modify or delete read-only subnet groups through their associated zero-ETL integration.
*)}