Values.AwsRdsDbClusterAssociatedRoleSourceAn IAM role that is associated with the Amazon RDS DB cluster.
type nonrec t = {roleArn : NonEmptyString.t option;The ARN of the IAM role.
*)status : NonEmptyString.t option;The status of the association between the IAM role and the DB cluster. Valid values are as follows: ACTIVE INVALID PENDING
*)}