Skip to content

/AWS1/CL_FNTCLOUDFRONTORIGIN02

Lists the origin access identities for CloudFront.Send a GET request to the /CloudFront API version/origin-access-identity/cloudfront resource. The response includes a CloudFrontOriginAccessIdentityList element with zero or more CloudFrontOriginAccessIdentitySummary child elements. By default, your entire list of origin access identities is returned in one single page. If the list is long, you can paginate it using the MaxItems and Marker parameters.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_MARKER TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

IV_MAXITEMS TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER

The maximum number of origin access identities you want in the response body.

IV_ISTRUNCATED TYPE /AWS1/FNTBOOLEAN /AWS1/FNTBOOLEAN

A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

IV_QUANTITY TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER

The number of CloudFront origin access identities that were created by the current Amazon Web Services account.

Optional arguments:

IV_NEXTMARKER TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

IT_ITEMS TYPE /AWS1/CL_FNTCLOUDFRONTORIGIN03=>TT_CLOUDFRONTORIGINACCIDSUMM00 TT_CLOUDFRONTORIGINACCIDSUMM00

A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current Amazon Web Services account.


Queryable Attributes

Marker

Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER has a value

NextMarker

If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.

Accessible with the following methods

Method Description
GET_NEXTMARKER() Getter for NEXTMARKER, with configurable default
ASK_NEXTMARKER() Getter for NEXTMARKER w/ exceptions if field has no value
HAS_NEXTMARKER() Determine if NEXTMARKER has a value

MaxItems

The maximum number of origin access identities you want in the response body.

Accessible with the following methods

Method Description
GET_MAXITEMS() Getter for MAXITEMS, with configurable default
ASK_MAXITEMS() Getter for MAXITEMS w/ exceptions if field has no value
HAS_MAXITEMS() Determine if MAXITEMS has a value

IsTruncated

A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED, with configurable default
ASK_ISTRUNCATED() Getter for ISTRUNCATED w/ exceptions if field has no value
HAS_ISTRUNCATED() Determine if ISTRUNCATED has a value

Quantity

The number of CloudFront origin access identities that were created by the current Amazon Web Services account.

Accessible with the following methods

Method Description
GET_QUANTITY() Getter for QUANTITY, with configurable default
ASK_QUANTITY() Getter for QUANTITY w/ exceptions if field has no value
HAS_QUANTITY() Determine if QUANTITY has a value

Items

A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current Amazon Web Services account.

Accessible with the following methods

Method Description
GET_ITEMS() Getter for ITEMS, with configurable default
ASK_ITEMS() Getter for ITEMS w/ exceptions if field has no value
HAS_ITEMS() Determine if ITEMS has a value