Skip to main content

IIAMCreatePolicyVersionRequest

Interface in AWS.IAM

Interface for CreatePolicyVersion requests.

Ancestors

Properties

PolicyArn

property PolicyArn: TARN

Specify the Amazon Resource Name (ARN) of the policy to add a new version.

PolicyDocument

property PolicyDocument: string

Specify the JSON policy document for the policy version.

The policy document must be provided in JSON format in IAM. <seealso href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html"> Grammar of the IAM JSON policy language. )

SetAsDefault

property SetAsDefault: TOptional<Boolean>

Optionally, specify whether this version will be set as the policy's default version.