Builder

class Builder

Properties

Link copied to clipboard

Indicates whether the bundle that is currently applied to your distribution, specified using the distributionName parameter, can be changed to another bundle.

Link copied to clipboard

The alternate domain names of the distribution.

Link copied to clipboard
var arn: String?

The Amazon Resource Name (ARN) of the distribution.

Link copied to clipboard

The ID of the bundle currently applied to the distribution.

Link copied to clipboard

An array of objects that describe the per-path cache behavior of the distribution.

Link copied to clipboard

An object that describes the cache behavior settings of the distribution.

Link copied to clipboard

The name of the SSL/TLS certificate attached to the distribution, if any.

Link copied to clipboard

The timestamp when the distribution was created.

Link copied to clipboard

An object that describes the default cache behavior of the distribution.

Link copied to clipboard

The domain name of the distribution.

Link copied to clipboard

The IP address type of the distribution.

Link copied to clipboard

Indicates whether the distribution is enabled.

Link copied to clipboard

An object that describes the location of the distribution, such as the Amazon Web Services Region and Availability Zone.

Link copied to clipboard
var name: String?

The name of the distribution.

Link copied to clipboard

An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer.

Link copied to clipboard

The public DNS of the origin.

Link copied to clipboard

The Lightsail resource type (Distribution).

Link copied to clipboard

The status of the distribution.

Link copied to clipboard

The support code. Include this code in your email to support when you have questions about your Lightsail distribution. This code enables our support team to look up your Lightsail information more easily.

Link copied to clipboard
var tags: List<Tag>?

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Functions

Link copied to clipboard
Link copied to clipboard
fun origin(block: Origin.Builder.() -> Unit)