Show / Hide Table of Contents

Class DistributionOriginArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionOriginArgs
Inherited Members
ResourceArgs.Empty
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 Source

DistributionOriginArgs()

Declaration
public DistributionOriginArgs()

Properties

View Source

CustomHeaders

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>
View Source

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>
View Source

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>
View Source

OriginId

The unique identifier of the member origin

Declaration
public Input<string> OriginId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.