DBClusterAssociatedRole
Contains information about an AWS Identity and Access Management (IAM) role to associate
with a DB cluster. You can specify this structure in the AssociatedRoles parameter
of CreateDBCluster, RestoreDBClusterFromS3,
RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.
Contents
Note
In the following list, the required parameters are described first.
- RoleArn
-
The Amazon Resource Name (ARN) of the IAM role to associate with the DB cluster.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[a-z-]*:iam::[0-9]*:role/.*Required: Yes
- FeatureName
-
The name of the feature associated with the IAM role. For information about supported feature names, see DBEngineVersion.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: