associatedRoles property

List<DBClusterRole>? associatedRoles
final

Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.

Implementation

final List<DBClusterRole>? associatedRoles;