Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsRedshiftClusterVpcSecurityGroup = AwsRedshiftClusterVpcSecurityGroup' {}
- newAwsRedshiftClusterVpcSecurityGroup :: AwsRedshiftClusterVpcSecurityGroup
- awsRedshiftClusterVpcSecurityGroup_status :: Lens' AwsRedshiftClusterVpcSecurityGroup (Maybe Text)
- awsRedshiftClusterVpcSecurityGroup_vpcSecurityGroupId :: Lens' AwsRedshiftClusterVpcSecurityGroup (Maybe Text)
Documentation
data AwsRedshiftClusterVpcSecurityGroup Source #
A VPC security group that the cluster belongs to, if the cluster is in a VPC.
See: newAwsRedshiftClusterVpcSecurityGroup
smart constructor.
Instances
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.
awsRedshiftClusterVpcSecurityGroup_status :: Lens' AwsRedshiftClusterVpcSecurityGroup (Maybe Text) Source #
The status of the VPC security group.
awsRedshiftClusterVpcSecurityGroup_vpcSecurityGroupId :: Lens' AwsRedshiftClusterVpcSecurityGroup (Maybe Text) Source #
The identifier of the VPC security group.