Documentation ¶
Index ¶
Constants ¶
View Source
const ( ViewerPolicyProtocolAllowAll = "allow-all" ViewerPolicyProtocolHTTPSOnly = "https-only" ViewerPolicyProtocolRedirectToHTTPS = "redirect-to-https" )
View Source
const (
ProtocolVersionTLS1_2 = "TLSv1.2_2021"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheBehaviour ¶
type CacheBehaviour struct { Metadata iacTypes.Metadata ViewerProtocolPolicy iacTypes.StringValue }
type Cloudfront ¶
type Cloudfront struct {
Distributions []Distribution
}
type Distribution ¶
type Distribution struct { Metadata iacTypes.Metadata WAFID iacTypes.StringValue Logging Logging DefaultCacheBehaviour CacheBehaviour OrdererCacheBehaviours []CacheBehaviour ViewerCertificate ViewerCertificate }
type ViewerCertificate ¶
type ViewerCertificate struct { Metadata iacTypes.Metadata CloudfrontDefaultCertificate iacTypes.BoolValue SSLSupportMethod iacTypes.StringValue MinimumProtocolVersion iacTypes.StringValue }
Click to show internal directories.
Click to hide internal directories.