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

Description

 
Synopsis

Documentation

data AwsRedshiftClusterIamRole Source #

An IAM role that the cluster can use to access other Amazon Web Services services.

See: newAwsRedshiftClusterIamRole smart constructor.

Constructors

AwsRedshiftClusterIamRole' 

Fields

Instances

Instances details
Eq AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

Read AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

Show AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

Generic AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

Associated Types

type Rep AwsRedshiftClusterIamRole :: Type -> Type #

NFData AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

Hashable AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

ToJSON AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

FromJSON AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

type Rep AwsRedshiftClusterIamRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterIamRole

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

newAwsRedshiftClusterIamRole :: AwsRedshiftClusterIamRole Source #

Create a value of AwsRedshiftClusterIamRole 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:iamRoleArn:AwsRedshiftClusterIamRole', awsRedshiftClusterIamRole_iamRoleArn - The ARN of the IAM role.

$sel:applyStatus:AwsRedshiftClusterIamRole', awsRedshiftClusterIamRole_applyStatus - The status of the IAM role's association with the cluster.

Valid values: in-sync | adding | removing

awsRedshiftClusterIamRole_applyStatus :: Lens' AwsRedshiftClusterIamRole (Maybe Text) Source #

The status of the IAM role's association with the cluster.

Valid values: in-sync | adding | removing