Add Role To DB Instance
GET {{aws_rds_base_url}}/?DBInstanceIdentifier&FeatureName&RoleArn&Action=AddRoleToDBInstance&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DBInstanceIdentifier | null | The name of the DB instance to associate the IAM role with. | |
FeatureName | null | The name of the feature for the DB instance that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion. | |
RoleArn | null | The Amazon Resource Name (ARN) of the IAM role to associate with the DB instance, for example arn:aws:iam::123456789012:role/AccessRole. | |
Action | string |