AWSRDSDatabaseClusterRole
No description
type AWSRDSDatabaseClusterRole {
featureName: String!
arn: String!
status: AWSRDSDatabaseClusterRoleStatusType!
}
Fields
AWSRDSDatabaseClusterRole.featureName
● String!
non-null scalar
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role
AWSRDSDatabaseClusterRole.arn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster
AWSRDSDatabaseClusterRole.status
● AWSRDSDatabaseClusterRoleStatusType!
non-null enum
Describes the state of association between the IAM role and the DB cluster.
Member of
AWSRDSDatabaseCluster
object