Interface CfnDistribution.IInputOriginProperty
InputOrigin
is a property of the AWS::Lightsail::Distribution resource. It describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.
Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDistribution.IInputOriginProperty
Syntax (vb)
Public Interface CfnDistribution.IInputOriginProperty
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lightsail;
var inputOriginProperty = new InputOriginProperty {
Name = "name",
ProtocolPolicy = "protocolPolicy",
RegionName = "regionName"
};
Synopsis
Properties
Name | The name of the origin resource. |
ProtocolPolicy | The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content. |
RegionName | The AWS Region name of the origin resource. |
Properties
Name
The name of the origin resource.
string? Name { get; }
Property Value
Remarks
ProtocolPolicy
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.
string? ProtocolPolicy { get; }
Property Value
Remarks
RegionName
The AWS Region name of the origin resource.
string? RegionName { get; }