InvalidationList

The InvalidationList complex type describes the list of invalidation objects. For more information about invalidation, see Invalidating Objects (Web Distributions Only) in the Amazon CloudFront Developer Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag that indicates whether more invalidation batch requests 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 invalidation batches in the list.

Link copied to clipboard

A complex type that contains one InvalidationSummary element for each invalidation batch created by the current Amazon Web Services account.

Link copied to clipboard

The value that you provided for the Marker request parameter.

Link copied to clipboard

The value that you provided for the MaxItems request parameter.

Link copied to clipboard

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

Link copied to clipboard

The number of invalidation batches that were created by the current Amazon Web Services account.

Functions

Link copied to clipboard
inline fun copy(block: InvalidationList.Builder.() -> Unit = {}): InvalidationList
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String