libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

Description

 
Synopsis

Documentation

data AwsRedshiftClusterClusterSecurityGroup Source #

A security group that is associated with the cluster.

See: newAwsRedshiftClusterClusterSecurityGroup smart constructor.

Constructors

AwsRedshiftClusterClusterSecurityGroup' 

Fields

Instances

Instances details
Eq AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

Read AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

Show AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

Generic AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

NFData AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

Hashable AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

ToJSON AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

FromJSON AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

type Rep AwsRedshiftClusterClusterSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup

type Rep AwsRedshiftClusterClusterSecurityGroup = D1 ('MetaData "AwsRedshiftClusterClusterSecurityGroup" "Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsRedshiftClusterClusterSecurityGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clusterSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsRedshiftClusterClusterSecurityGroup :: AwsRedshiftClusterClusterSecurityGroup Source #

Create a value of AwsRedshiftClusterClusterSecurityGroup 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:status:AwsRedshiftClusterClusterSecurityGroup', awsRedshiftClusterClusterSecurityGroup_status - The status of the cluster security group.

$sel:clusterSecurityGroupName:AwsRedshiftClusterClusterSecurityGroup', awsRedshiftClusterClusterSecurityGroup_clusterSecurityGroupName - The name of the cluster security group.