Distribution

A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.

Types

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

Properties

Link copied to clipboard

This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.

Link copied to clipboard

We recommend using TrustedKeyGroups instead of TrustedSigners.

Link copied to clipboard

Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

Link copied to clipboard
val arn: String

The distribution's Amazon Resource Name (ARN).

Link copied to clipboard

The distribution's configuration.

Link copied to clipboard

The distribution's CloudFront domain name. For example: d111111abcdef8.cloudfront.net.

Link copied to clipboard
val id: String

The distribution's identifier. For example: E1U5RQF7T870K0.

Link copied to clipboard

The number of invalidation batches currently in progress.

Link copied to clipboard

The date and time when the distribution was last modified.

Link copied to clipboard

The distribution's status. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.

Functions

Link copied to clipboard
inline fun copy(block: Distribution.Builder.() -> Unit = {}): Distribution
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