AWS SDK Version 2 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.

.NET Framework 4.5
 
Adds (or updates) a policy document associated with the specified group. For information about policies, refer to Overview of Policies in the Using IAM guide.

For information about limits on the number of policies you can associate with a group, see Limitations on IAM Entities in the Using IAM guide.

Because policy documents can be large, you should use POST rather than GET when calling
PutGroupPolicy
. 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 the Using IAM guide.

Namespace: Amazon.IdentityManagement
Assembly: AWSSDK.dll
Version: 0.0.3.0

Syntax

C#
public virtual PutGroupPolicyResponse PutGroupPolicy(
         String groupName,
         String policyName,
         String policyDocument
)

Parameters

groupName
Type: System.String

The name of the group to associate the policy with.

policyName
Type: System.String

The name of the policy document.

policyDocument
Type: System.String

The policy document.

Return Value
Type: Amazon.IdentityManagement.Model.PutGroupPolicyResponse
The response from the PutGroupPolicy service method, as returned by IdentityManagementService.

Exceptions

Exception Condition
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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5