/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
CallerReferenceis new (regardless of the content of theCloudFrontOriginAccessIdentityConfigobject), a new origin access identity is created.If the
CallerReferenceis a value already sent in a previous identity request, and the content of theCloudFrontOriginAccessIdentityConfigis identical to the original request (ignoring white space), the response includes the same information returned to the original request.If the
CallerReferenceis a value you already sent in a previous request to create an identity, but the content of theCloudFrontOriginAccessIdentityConfigis different from the original request, CloudFront returns aCloudFrontOriginAccessIdentityAlreadyExistserror.
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
CallerReferenceis new (regardless of the content of theCloudFrontOriginAccessIdentityConfigobject), a new origin access identity is created.If the
CallerReferenceis a value already sent in a previous identity request, and the content of theCloudFrontOriginAccessIdentityConfigis identical to the original request (ignoring white space), the response includes the same information returned to the original request.If the
CallerReferenceis a value you already sent in a previous request to create an identity, but the content of theCloudFrontOriginAccessIdentityConfigis different from the original request, CloudFront returns aCloudFrontOriginAccessIdentityAlreadyExistserror.
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 |