/AWS1/CL_IOTCREATEPOLICYVRSRSP¶
The output of the CreatePolicyVersion operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_POLICYARN
TYPE /AWS1/IOTPOLICYARN
/AWS1/IOTPOLICYARN
¶
The policy ARN.
IV_POLICYDOCUMENT
TYPE /AWS1/IOTPOLICYDOCUMENT
/AWS1/IOTPOLICYDOCUMENT
¶
The JSON document that describes the policy.
IV_POLICYVERSIONID
TYPE /AWS1/IOTPOLICYVERSIONID
/AWS1/IOTPOLICYVERSIONID
¶
The policy version ID.
IV_ISDEFAULTVERSION
TYPE /AWS1/IOTISDEFAULTVERSION
/AWS1/IOTISDEFAULTVERSION
¶
Specifies whether the policy version is the default.
Queryable Attributes¶
policyArn¶
The policy ARN.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYARN() |
Getter for POLICYARN, with configurable default |
ASK_POLICYARN() |
Getter for POLICYARN w/ exceptions if field has no value |
HAS_POLICYARN() |
Determine if POLICYARN has a value |
policyDocument¶
The JSON document that describes the policy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYDOCUMENT() |
Getter for POLICYDOCUMENT, with configurable default |
ASK_POLICYDOCUMENT() |
Getter for POLICYDOCUMENT w/ exceptions if field has no valu |
HAS_POLICYDOCUMENT() |
Determine if POLICYDOCUMENT has a value |
policyVersionId¶
The policy version ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYVERSIONID() |
Getter for POLICYVERSIONID, with configurable default |
ASK_POLICYVERSIONID() |
Getter for POLICYVERSIONID w/ exceptions if field has no val |
HAS_POLICYVERSIONID() |
Determine if POLICYVERSIONID has a value |
isDefaultVersion¶
Specifies whether the policy version is the default.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISDEFAULTVERSION() |
Getter for ISDEFAULTVERSION |