class Aws::RDS::Types::AddRoleToDBClusterMessage
@note When making an API call, you may pass AddRoleToDBClusterMessage
data as a hash: { db_cluster_identifier: "String", # required role_arn: "String", # required feature_name: "String", }
@!attribute [rw] db_cluster_identifier
The name of the DB cluster to associate the IAM role with. @return [String]
@!attribute [rw] role_arn
The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example, `arn:aws:iam::123456789012:role/AuroraAccessRole`. @return [String]
@!attribute [rw] feature_name
The name of the feature for the DB cluster that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/AddRoleToDBClusterMessage AWS API Documentation
Constants
- SENSITIVE