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 AwsRdsDbInstanceAssociatedRole = AwsRdsDbInstanceAssociatedRole' {}
- newAwsRdsDbInstanceAssociatedRole :: AwsRdsDbInstanceAssociatedRole
- awsRdsDbInstanceAssociatedRole_status :: Lens' AwsRdsDbInstanceAssociatedRole (Maybe Text)
- awsRdsDbInstanceAssociatedRole_featureName :: Lens' AwsRdsDbInstanceAssociatedRole (Maybe Text)
- awsRdsDbInstanceAssociatedRole_roleArn :: Lens' AwsRdsDbInstanceAssociatedRole (Maybe Text)
Documentation
data AwsRdsDbInstanceAssociatedRole Source #
An IAM role associated with the DB instance.
See: newAwsRdsDbInstanceAssociatedRole
smart constructor.
AwsRdsDbInstanceAssociatedRole' | |
|
Instances
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.