AWSRDSDatabaseInstanceRoleStatusType
No description
enum AWSRDSDatabaseInstanceRoleStatusType {
ACTIVE
PENDING
INVALID
}
Values
AWSRDSDatabaseInstanceRoleStatusType.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
AWSRDSDatabaseInstanceRoleStatusType.PENDING
The IAM role ARN is being associated with the DB instance
AWSRDSDatabaseInstanceRoleStatusType.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
Member of
AWSRDSDatabaseInstanceRole
object