libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.ClusterSubnetGroup

Description

 
Synopsis

Documentation

data ClusterSubnetGroup Source #

Describes a subnet group.

See: newClusterSubnetGroup smart constructor.

Constructors

ClusterSubnetGroup' 

Fields

Instances

Instances details
Eq ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

Read ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

Show ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

Generic ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

Associated Types

type Rep ClusterSubnetGroup :: Type -> Type #

NFData ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

Methods

rnf :: ClusterSubnetGroup -> () #

Hashable ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

FromXML ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

type Rep ClusterSubnetGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterSubnetGroup

type Rep ClusterSubnetGroup = D1 ('MetaData "ClusterSubnetGroup" "Amazonka.Redshift.Types.ClusterSubnetGroup" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "ClusterSubnetGroup'" '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 "clusterSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "subnetGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newClusterSubnetGroup :: ClusterSubnetGroup Source #

Create a value of ClusterSubnetGroup 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:ClusterSubnetGroup', clusterSubnetGroup_vpcId - The VPC ID of the cluster subnet group.

$sel:subnets:ClusterSubnetGroup', clusterSubnetGroup_subnets - A list of the VPC Subnet elements.

$sel:clusterSubnetGroupName:ClusterSubnetGroup', clusterSubnetGroup_clusterSubnetGroupName - The name of the cluster subnet group.

$sel:subnetGroupStatus:ClusterSubnetGroup', clusterSubnetGroup_subnetGroupStatus - The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

$sel:description:ClusterSubnetGroup', clusterSubnetGroup_description - The description of the cluster subnet group.

$sel:tags:ClusterSubnetGroup', clusterSubnetGroup_tags - The list of tags for the cluster subnet group.

clusterSubnetGroup_vpcId :: Lens' ClusterSubnetGroup (Maybe Text) Source #

The VPC ID of the cluster subnet group.

clusterSubnetGroup_subnets :: Lens' ClusterSubnetGroup (Maybe [Subnet]) Source #

A list of the VPC Subnet elements.

clusterSubnetGroup_subnetGroupStatus :: Lens' ClusterSubnetGroup (Maybe Text) Source #

The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

clusterSubnetGroup_description :: Lens' ClusterSubnetGroup (Maybe Text) Source #

The description of the cluster subnet group.

clusterSubnetGroup_tags :: Lens' ClusterSubnetGroup (Maybe [Tag]) Source #

The list of tags for the cluster subnet group.