AwsCloudFrontDistributionDetails

A CloudFront distribution configuration.

Types

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

Properties

Link copied to clipboard

Provides information about the cache configuration for the distribution.

Link copied to clipboard

The default cache behavior for the configuration.

Link copied to clipboard

The object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).

Link copied to clipboard

The domain name corresponding to the distribution.

Link copied to clipboard
val eTag: String?

The entity tag is a hash of the object.

Link copied to clipboard

Indicates when that the distribution was last modified.

Link copied to clipboard

A complex type that controls whether access logs are written for the distribution.

Link copied to clipboard

Provides information about the origin groups in the distribution.

Link copied to clipboard

A complex type that contains information about origins for this distribution.

Link copied to clipboard

Indicates the current status of the distribution.

Link copied to clipboard

Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.

Link copied to clipboard

A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.

Functions

Link copied to clipboard
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