Contains the response to a successful GetPolicy request.
Overview
Name | policies |
Type | Resource |
Description | Contains the response to a successful <a>GetPolicy</a> request. |
Id | aws.iam.policies |
Fields
Name | Datatype | Description |
---|
policy | object | A structure containing details about the policy. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|
get | SELECT | PolicyArn, region |
list | SELECT | region |
create | INSERT | PolicyDocument, PolicyName, region |
delete | DELETE | PolicyArn, region |
tag | EXEC | PolicyArn, Tags, region |
untag | EXEC | PolicyArn, TagKeys, region |