Class DistributionOriginArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOriginArgs : ResourceArgs
Constructors
View SourceDistributionOriginArgs()
Declaration
public DistributionOriginArgs()
Properties
View SourceCustomHeaders
One or more sub-resources with name and
value parameters that specify header data that will be sent to the origin
(multiples allowed).
Declaration
public InputList<DistributionOriginCustomHeaderArgs> CustomHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DistributionOriginCustomHeaderArgs> |
CustomOriginConfig
The CloudFront custom
origin configuration information. If an S3
origin is required, use s3_origin_config instead.
Declaration
public Input<DistributionOriginCustomOriginConfigArgs> CustomOriginConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DistributionOriginCustomOriginConfigArgs> |
DomainName
The DNS domain name of either the S3 bucket, or web site of your custom origin.
Declaration
public Input<string> DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OriginId
The unique identifier of the member origin
Declaration
public Input<string> OriginId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OriginPath
An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.
Declaration
public Input<string> OriginPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3OriginConfig
The CloudFront S3 origin
configuration information. If a custom origin is required, use
custom_origin_config instead.
Declaration
public Input<DistributionOriginS3OriginConfigArgs> S3OriginConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DistributionOriginS3OriginConfigArgs> |