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.AwsRedshiftClusterVpcSecurityGroup

Description

 
Synopsis

Documentation

data AwsRedshiftClusterVpcSecurityGroup Source #

A VPC security group that the cluster belongs to, if the cluster is in a VPC.

See: newAwsRedshiftClusterVpcSecurityGroup smart constructor.

Constructors

AwsRedshiftClusterVpcSecurityGroup' 

Fields

Instances

Instances details
Eq AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

Read AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

Show AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

Generic AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

Associated Types

type Rep AwsRedshiftClusterVpcSecurityGroup :: Type -> Type #

NFData AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

Hashable AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

ToJSON AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

FromJSON AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

type Rep AwsRedshiftClusterVpcSecurityGroup Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterVpcSecurityGroup

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

newAwsRedshiftClusterVpcSecurityGroup :: AwsRedshiftClusterVpcSecurityGroup Source #

Create a value of AwsRedshiftClusterVpcSecurityGroup 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:AwsRedshiftClusterVpcSecurityGroup', awsRedshiftClusterVpcSecurityGroup_status - The status of the VPC security group.

$sel:vpcSecurityGroupId:AwsRedshiftClusterVpcSecurityGroup', awsRedshiftClusterVpcSecurityGroup_vpcSecurityGroupId - The identifier of the VPC security group.