Create Policy
GET {{aws_identtity_and_access_management_base_url}}/?Description&Path&PolicyDocument&PolicyName&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Description | null | A friendly description of the policy. | |
Path | null | The path for the policy. | |
PolicyDocument | null | The JSON policy document that you want to use as the content for the new policy. | |
PolicyName | null | The friendly name of the policy. | |
Version | string | The version of the API. |