libZSservicesZSamazonka-dmsZSamazonka-dms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DMS.Types.ReplicationSubnetGroup

Description

 
Synopsis

Documentation

data ReplicationSubnetGroup Source #

Describes a subnet group in response to a request by the DescribeReplicationSubnetGroups operation.

See: newReplicationSubnetGroup smart constructor.

Constructors

ReplicationSubnetGroup' 

Fields

Instances

Instances details
Eq ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Read ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Show ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Generic ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Associated Types

type Rep ReplicationSubnetGroup :: Type -> Type #

NFData ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Methods

rnf :: ReplicationSubnetGroup -> () #

Hashable ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

FromJSON ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

type Rep ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

type Rep ReplicationSubnetGroup = D1 ('MetaData "ReplicationSubnetGroup" "Amazonka.DMS.Types.ReplicationSubnetGroup" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subnet]))) :*: (S1 ('MetaSel ('Just "replicationSubnetGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newReplicationSubnetGroup :: ReplicationSubnetGroup Source #

Create a value of ReplicationSubnetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vpcId:ReplicationSubnetGroup', replicationSubnetGroup_vpcId - The ID of the VPC.

$sel:subnets:ReplicationSubnetGroup', replicationSubnetGroup_subnets - The subnets that are in the subnet group.

$sel:replicationSubnetGroupIdentifier:ReplicationSubnetGroup', replicationSubnetGroup_replicationSubnetGroupIdentifier - The identifier of the replication instance subnet group.

$sel:subnetGroupStatus:ReplicationSubnetGroup', replicationSubnetGroup_subnetGroupStatus - The status of the subnet group.

$sel:replicationSubnetGroupDescription:ReplicationSubnetGroup', replicationSubnetGroup_replicationSubnetGroupDescription - A description for the replication subnet group.

replicationSubnetGroup_subnets :: Lens' ReplicationSubnetGroup (Maybe [Subnet]) Source #

The subnets that are in the subnet group.

replicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' ReplicationSubnetGroup (Maybe Text) Source #

The identifier of the replication instance subnet group.