stratosphere-cloudfront-1.0.0: Stratosphere integration for AWS CloudFront.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Documentation

data OriginProperty Source #

Instances

Instances details
ToJSON OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Show OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Eq OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

ToResourceProperties OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Property "ConnectionAttempts" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "ConnectionAttempts" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "ConnectionAttempts" OriginProperty = Value Integer

Methods

set :: PropertyType "ConnectionAttempts" OriginProperty -> OriginProperty -> OriginProperty #

Property "ConnectionTimeout" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "ConnectionTimeout" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "ConnectionTimeout" OriginProperty = Value Integer

Methods

set :: PropertyType "ConnectionTimeout" OriginProperty -> OriginProperty -> OriginProperty #

Property "CustomOriginConfig" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "CustomOriginConfig" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Methods

set :: PropertyType "CustomOriginConfig" OriginProperty -> OriginProperty -> OriginProperty #

Property "DomainName" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "DomainName" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Property "Id" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Property "OriginAccessControlId" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "OriginAccessControlId" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "OriginAccessControlId" OriginProperty = Value Text

Methods

set :: PropertyType "OriginAccessControlId" OriginProperty -> OriginProperty -> OriginProperty #

Property "OriginCustomHeaders" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "OriginCustomHeaders" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Methods

set :: PropertyType "OriginCustomHeaders" OriginProperty -> OriginProperty -> OriginProperty #

Property "OriginPath" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "OriginPath" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Property "OriginShield" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "OriginShield" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Property "ResponseCompletionTimeout" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "ResponseCompletionTimeout" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "ResponseCompletionTimeout" OriginProperty = Value Integer

Methods

set :: PropertyType "ResponseCompletionTimeout" OriginProperty -> OriginProperty -> OriginProperty #

Property "S3OriginConfig" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "S3OriginConfig" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Property "VpcOriginConfig" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Associated Types

type PropertyType "VpcOriginConfig" OriginProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

Methods

set :: PropertyType "VpcOriginConfig" OriginProperty -> OriginProperty -> OriginProperty #

type PropertyType "ConnectionAttempts" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "ConnectionAttempts" OriginProperty = Value Integer
type PropertyType "ConnectionTimeout" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "ConnectionTimeout" OriginProperty = Value Integer
type PropertyType "CustomOriginConfig" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "DomainName" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "Id" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "OriginAccessControlId" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "OriginAccessControlId" OriginProperty = Value Text
type PropertyType "OriginCustomHeaders" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "OriginPath" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "OriginShield" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "ResponseCompletionTimeout" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "ResponseCompletionTimeout" OriginProperty = Value Integer
type PropertyType "S3OriginConfig" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

type PropertyType "VpcOriginConfig" OriginProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginProperty

data CustomOriginConfigProperty Source #

Constructors

CustomOriginConfigProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html

Fields

Instances

Instances details
ToJSON CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Show CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Eq CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

ToResourceProperties CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Property "HTTPPort" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Property "HTTPSPort" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Property "IpAddressType" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Property "OriginKeepaliveTimeout" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Associated Types

type PropertyType "OriginKeepaliveTimeout" CustomOriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "OriginKeepaliveTimeout" CustomOriginConfigProperty = Value Integer
Property "OriginProtocolPolicy" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Associated Types

type PropertyType "OriginProtocolPolicy" CustomOriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "OriginProtocolPolicy" CustomOriginConfigProperty = Value Text
Property "OriginReadTimeout" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Associated Types

type PropertyType "OriginReadTimeout" CustomOriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Property "OriginSSLProtocols" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

Associated Types

type PropertyType "OriginSSLProtocols" CustomOriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "HTTPPort" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "HTTPSPort" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "IpAddressType" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "OriginKeepaliveTimeout" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "OriginKeepaliveTimeout" CustomOriginConfigProperty = Value Integer
type PropertyType "OriginProtocolPolicy" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "OriginProtocolPolicy" CustomOriginConfigProperty = Value Text
type PropertyType "OriginReadTimeout" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

type PropertyType "OriginSSLProtocols" CustomOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.CustomOriginConfigProperty

data OriginCustomHeaderProperty Source #

Instances

Instances details
ToJSON OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

Show OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

Eq OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

ToResourceProperties OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

Property "HeaderName" OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

Property "HeaderValue" OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

type PropertyType "HeaderName" OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

type PropertyType "HeaderValue" OriginCustomHeaderProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginCustomHeaderProperty

data OriginShieldProperty Source #

Instances

Instances details
ToJSON OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

Show OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

Eq OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

ToResourceProperties OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

Property "Enabled" OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

Property "OriginShieldRegion" OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

Associated Types

type PropertyType "OriginShieldRegion" OriginShieldProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

type PropertyType "OriginShieldRegion" OriginShieldProperty = Value Text
type PropertyType "Enabled" OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

type PropertyType "OriginShieldRegion" OriginShieldProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.OriginShieldProperty

type PropertyType "OriginShieldRegion" OriginShieldProperty = Value Text

data S3OriginConfigProperty Source #

Instances

Instances details
ToJSON S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

Show S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

Eq S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

ToResourceProperties S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

Property "OriginAccessIdentity" S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

Associated Types

type PropertyType "OriginAccessIdentity" S3OriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

type PropertyType "OriginAccessIdentity" S3OriginConfigProperty = Value Text
Property "OriginReadTimeout" S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

Associated Types

type PropertyType "OriginReadTimeout" S3OriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

type PropertyType "OriginAccessIdentity" S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

type PropertyType "OriginAccessIdentity" S3OriginConfigProperty = Value Text
type PropertyType "OriginReadTimeout" S3OriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.S3OriginConfigProperty

data VpcOriginConfigProperty Source #

Instances

Instances details
ToJSON VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Show VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Eq VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

ToResourceProperties VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Property "OriginKeepaliveTimeout" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Associated Types

type PropertyType "OriginKeepaliveTimeout" VpcOriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

type PropertyType "OriginKeepaliveTimeout" VpcOriginConfigProperty = Value Integer
Property "OriginReadTimeout" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Associated Types

type PropertyType "OriginReadTimeout" VpcOriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Property "OwnerAccountId" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Associated Types

type PropertyType "OwnerAccountId" VpcOriginConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

Property "VpcOriginId" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

type PropertyType "OriginKeepaliveTimeout" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

type PropertyType "OriginKeepaliveTimeout" VpcOriginConfigProperty = Value Integer
type PropertyType "OriginReadTimeout" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

type PropertyType "OwnerAccountId" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

type PropertyType "VpcOriginId" VpcOriginConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.VpcOriginConfigProperty

data DistributionConfigProperty Source #

Constructors

DistributionConfigProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html

Fields

Instances

Instances details
ToJSON DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Show DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Eq DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

ToResourceProperties DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "Aliases" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "AnycastIpListId" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Associated Types

type PropertyType "AnycastIpListId" DistributionConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "CNAMEs" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "CacheBehaviors" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "Comment" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "ConnectionMode" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "ContinuousDeploymentPolicyId" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Associated Types

type PropertyType "ContinuousDeploymentPolicyId" DistributionConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "ContinuousDeploymentPolicyId" DistributionConfigProperty = Value Text
Property "CustomErrorResponses" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "CustomOrigin" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "DefaultCacheBehavior" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "DefaultRootObject" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Associated Types

type PropertyType "DefaultRootObject" DistributionConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "Enabled" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "HttpVersion" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "IPV6Enabled" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "Logging" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "OriginGroups" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "Origins" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "PriceClass" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "Restrictions" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "S3Origin" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "Staging" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "TenantConfig" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "ViewerCertificate" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

Property "WebACLId" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "Aliases" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "AnycastIpListId" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "CNAMEs" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "CacheBehaviors" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "Comment" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "ConnectionMode" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "ContinuousDeploymentPolicyId" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "ContinuousDeploymentPolicyId" DistributionConfigProperty = Value Text
type PropertyType "CustomErrorResponses" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "CustomOrigin" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "DefaultCacheBehavior" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "DefaultRootObject" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "Enabled" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "HttpVersion" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "IPV6Enabled" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "Logging" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "OriginGroups" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "Origins" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "PriceClass" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "Restrictions" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "S3Origin" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "Staging" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "TenantConfig" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "ViewerCertificate" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty

type PropertyType "WebACLId" DistributionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Distribution.DistributionConfigProperty