DistributionOrigin

data class DistributionOrigin(val name: String, val protocolPolicy: String? = null, val regionName: String, val resourceType: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, protocolPolicy: String? = null, regionName: String, resourceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the origin resource. Your origin can be an instance with an attached static IP, a bucket, or a load balancer that has at least one instance attached to it.

Link copied to clipboard
val protocolPolicy: String? = null

The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.

Link copied to clipboard

The AWS Region name of the origin resource.

Link copied to clipboard
val resourceType: String? = null

The resource type of the origin resource (e.g., Instance).