| 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 |
Amazonka.SecurityHub.Types.AwsRdsDbClusterAssociatedRole
Description
Synopsis
- data AwsRdsDbClusterAssociatedRole = AwsRdsDbClusterAssociatedRole' {}
- newAwsRdsDbClusterAssociatedRole :: AwsRdsDbClusterAssociatedRole
- awsRdsDbClusterAssociatedRole_status :: Lens' AwsRdsDbClusterAssociatedRole (Maybe Text)
- awsRdsDbClusterAssociatedRole_roleArn :: Lens' AwsRdsDbClusterAssociatedRole (Maybe Text)
Documentation
data AwsRdsDbClusterAssociatedRole Source #
An IAM role that is associated with the Amazon RDS DB cluster.
See: newAwsRdsDbClusterAssociatedRole smart constructor.
Constructors
| AwsRdsDbClusterAssociatedRole' | |
Instances
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.
awsRdsDbClusterAssociatedRole_roleArn :: Lens' AwsRdsDbClusterAssociatedRole (Maybe Text) Source #
The ARN of the IAM role.