Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Lightsail::Distribution InputOrigin

Focus mode
AWS::Lightsail::Distribution InputOrigin - AWS CloudFormation
Filter View

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

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.