Remove Role From DB Cluster
GET {{aws_rds_base_url}}/?DBClusterIdentifier&FeatureName&RoleArn&Action=RemoveRoleFromDBCluster&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DBClusterIdentifier | null | The name of the DB cluster to disassociate the IAM role from. | |
FeatureName | null | The name of the feature for the DB cluster that the IAM role is to be disassociated from. For the list of supported feature names, see DBEngineVersion. | |
RoleArn | null | The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole. | |
Action | string |