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

Description

 
Synopsis

Documentation

data AwsRdsDbInstanceAssociatedRole Source #

An IAM role associated with the DB instance.

See: newAwsRdsDbInstanceAssociatedRole smart constructor.

Constructors

AwsRdsDbInstanceAssociatedRole' 

Fields

  • status :: Maybe Text

    Describes the state of the association between the IAM role and the DB instance. The Status property returns one of the following values:

    • ACTIVE - The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf.
    • PENDING - The IAM role ARN is being associated with the DB instance.
    • INVALID - The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.
  • featureName :: Maybe Text

    The name of the feature associated with the IAM role.

  • roleArn :: Maybe Text

    The ARN of the IAM role that is associated with the DB instance.

Instances

Instances details
Eq AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

Read AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

Show AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

Generic AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

Associated Types

type Rep AwsRdsDbInstanceAssociatedRole :: Type -> Type #

NFData AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

Hashable AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

ToJSON AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

FromJSON AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

type Rep AwsRdsDbInstanceAssociatedRole Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbInstanceAssociatedRole

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

newAwsRdsDbInstanceAssociatedRole :: AwsRdsDbInstanceAssociatedRole Source #

Create a value of AwsRdsDbInstanceAssociatedRole 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:AwsRdsDbInstanceAssociatedRole', awsRdsDbInstanceAssociatedRole_status - Describes the state of the association between the IAM role and the DB instance. The Status property returns one of the following values:

  • ACTIVE - The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf.
  • PENDING - The IAM role ARN is being associated with the DB instance.
  • INVALID - The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.

$sel:featureName:AwsRdsDbInstanceAssociatedRole', awsRdsDbInstanceAssociatedRole_featureName - The name of the feature associated with the IAM role.

$sel:roleArn:AwsRdsDbInstanceAssociatedRole', awsRdsDbInstanceAssociatedRole_roleArn - The ARN of the IAM role that is associated with the DB instance.

awsRdsDbInstanceAssociatedRole_status :: Lens' AwsRdsDbInstanceAssociatedRole (Maybe Text) Source #

Describes the state of the association between the IAM role and the DB instance. The Status property returns one of the following values:

  • ACTIVE - The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf.
  • PENDING - The IAM role ARN is being associated with the DB instance.
  • INVALID - The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.

awsRdsDbInstanceAssociatedRole_featureName :: Lens' AwsRdsDbInstanceAssociatedRole (Maybe Text) Source #

The name of the feature associated with the IAM role.

awsRdsDbInstanceAssociatedRole_roleArn :: Lens' AwsRdsDbInstanceAssociatedRole (Maybe Text) Source #

The ARN of the IAM role that is associated with the DB instance.