AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Associates an Identity and Access Management (IAM) role with a DB cluster.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to AddRoleToDBClusterAsync.

Namespace: Amazon.RDS
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public abstract AddRoleToDBClusterResponse AddRoleToDBCluster(
         AddRoleToDBClusterRequest request
)

Parameters

request
Type: Amazon.RDS.Model.AddRoleToDBClusterRequest

Container for the necessary parameters to execute the AddRoleToDBCluster service method.

Return Value


The response from the AddRoleToDBCluster service method, as returned by RDS.

Exceptions

ExceptionCondition
DBClusterNotFoundException DBClusterIdentifier doesn't refer to an existing DB cluster.
DBClusterRoleAlreadyExistsException The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.
DBClusterRoleQuotaExceededException You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.
InvalidDBClusterStateException The requested operation can't be performed while the cluster is in this state.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also