AWS SDK for .NET Documentation
PutRolePolicy Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientPutRolePolicy(PutRolePolicyRequest) Did this page help you?   Yes   No    Tell us about it...
Adds (or updates) a policy document associated with the specified role. For information about policies, go to Overview of Policies in Using AWS Identity and Access Management.

For information about limits on the policies you can associate with a role, see Limitations on IAM Entities in Using AWS Identity and Access Management.

Note:
Because policy documents can be large, you should use POST rather than GET when calling
CopyC#
PutRolePolicy
. For information about setting up signatures and authorization through the API, go to Signing AWS API Requests in the AWS General Reference. For general information about using the Query API with IAM, go to Making Query Requests in Using IAM.
Declaration Syntax
C#
public PutRolePolicyResponse PutRolePolicy(
	PutRolePolicyRequest request
)
Parameters
request (PutRolePolicyRequest)
Container for the necessary parameters to execute the PutRolePolicy service method.
Return Value
The response from the PutRolePolicy service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.
MalformedPolicyDocumentException The request was rejected because the policy document was malformed. The error message describes the specific error.
NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)