AWS::Lightsail::Distribution InputOrigin - AWS CloudFormation

AWS::Lightsail::Distribution InputOrigin

InputOrigin is a property of the AWS::Lightsail::Distribution resource. It describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.

An origin can be a instance, bucket, or load balancer. A distribution pulls content from an origin, caches it, and serves it to viewers through a worldwide network of edge servers.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "ProtocolPolicy" : String, "RegionName" : String }

YAML

Name: String ProtocolPolicy: String RegionName: String

Properties

Name

The name of the origin resource.

Required: No

Type: String

Pattern: \w[\w\-]*\w

Update requires: No interruption

ProtocolPolicy

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

Required: No

Type: String

Allowed values: http-only | https-only

Update requires: No interruption

RegionName

The AWS Region name of the origin resource.

Required: No

Type: String

Allowed values: us-east-1 | us-east-2 | us-west-1 | us-west-2 | eu-west-1 | eu-west-2 | eu-west-3 | eu-central-1 | ca-central-1 | ap-south-1 | ap-southeast-1 | ap-southeast-2 | ap-northeast-1 | ap-northeast-2 | eu-north-1

Update requires: No interruption