/AWS1/CL_FNTCLOUDFRONTORIGIN00¶
Origin access identity configuration. Send a GET
request to the
/CloudFront API version/CloudFront/identity ID/config
resource.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_CALLERREFERENCE
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of
CallerReference
is new (regardless of the content of theCloudFrontOriginAccessIdentityConfig
object), a new origin access identity is created.If the
CallerReference
is a value already sent in a previous identity request, and the content of theCloudFrontOriginAccessIdentityConfig
is identical to the original request (ignoring white space), the response includes the same information returned to the original request.If the
CallerReference
is a value you already sent in a previous request to create an identity, but the content of theCloudFrontOriginAccessIdentityConfig
is different from the original request, CloudFront returns aCloudFrontOriginAccessIdentityAlreadyExists
error.
IV_COMMENT
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
A comment to describe the origin access identity. The comment cannot be longer than 128 characters.
Queryable Attributes¶
CallerReference¶
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
If the value of
CallerReference
is new (regardless of the content of theCloudFrontOriginAccessIdentityConfig
object), a new origin access identity is created.If the
CallerReference
is a value already sent in a previous identity request, and the content of theCloudFrontOriginAccessIdentityConfig
is identical to the original request (ignoring white space), the response includes the same information returned to the original request.If the
CallerReference
is a value you already sent in a previous request to create an identity, but the content of theCloudFrontOriginAccessIdentityConfig
is different from the original request, CloudFront returns aCloudFrontOriginAccessIdentityAlreadyExists
error.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CALLERREFERENCE() |
Getter for CALLERREFERENCE, with configurable default |
ASK_CALLERREFERENCE() |
Getter for CALLERREFERENCE w/ exceptions if field has no val |
HAS_CALLERREFERENCE() |
Determine if CALLERREFERENCE has a value |
Comment¶
A comment to describe the origin access identity. The comment cannot be longer than 128 characters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |