Create Policy Version
GET {{aws_identtity_and_access_management_base_url}}/?PolicyArn&PolicyDocument&SetAsDefault&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
PolicyArn | null | The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new version. | |
PolicyDocument | null | The JSON policy document that you want to use as the content for this new version of the policy. | |
SetAsDefault | null | Specifies whether to set this version as the policy's default version. | |
Version | string | The version of the API. |