Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.
The ID of the cache policy whose associated distribution IDs you want to list.
VARCHAR
markerInput Column
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.
VARCHAR
max_itemsInput Column
The maximum number of distribution IDs that you want in the response.
VARCHAR
_aws_profileInput Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.
A flag that indicates whether more distribution IDs remain to be listed. If your results were truncated, you can make a subsequent request using the Marker request field to retrieve more distribution IDs in the list.
distribution_id_list.items[]
distribution_id_list.marker
The value provided in the Marker request field.
distribution_id_list.max_items
The maximum number of distribution IDs requested.
distribution_id_list.next_marker
Contains the value that you should use in the Marker field of a subsequent request to continue listing distribution IDs where you left off.
distribution_id_list.quantity
The total number of distribution IDs returned in the response.