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

Description

 
Synopsis

Documentation

data AwsRdsDbClusterAssociatedRole Source #

An IAM role that is associated with the Amazon RDS DB cluster.

See: newAwsRdsDbClusterAssociatedRole smart constructor.

Constructors

AwsRdsDbClusterAssociatedRole' 

Fields

Instances

Instances details
Eq AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

Read AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

Show AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

Generic AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

Associated Types

type Rep AwsRdsDbClusterAssociatedRole :: Type -> Type #

NFData AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

Hashable AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

ToJSON AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

FromJSON AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

type Rep AwsRdsDbClusterAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole

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

newAwsRdsDbClusterAssociatedRole :: AwsRdsDbClusterAssociatedRole Source #

Create a value of AwsRdsDbClusterAssociatedRole 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:AwsRdsDbClusterAssociatedRole', awsRdsDbClusterAssociatedRole_status - The status of the association between the IAM role and the DB cluster.

$sel:roleArn:AwsRdsDbClusterAssociatedRole', awsRdsDbClusterAssociatedRole_roleArn - The ARN of the IAM role.

awsRdsDbClusterAssociatedRole_status :: Lens' AwsRdsDbClusterAssociatedRole (Maybe Text) Source #

The status of the association between the IAM role and the DB cluster.