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 defsecTypes.Metadata
ViewerProtocolPolicy defsecTypes.StringValue
}
type Cloudfront ¶
type Cloudfront struct {
Distributions []Distribution
}
type Distribution ¶
type Distribution struct {
Metadata defsecTypes.Metadata
WAFID defsecTypes.StringValue
Logging Logging
DefaultCacheBehaviour CacheBehaviour
OrdererCacheBehaviours []CacheBehaviour
ViewerCertificate ViewerCertificate
}
type Logging ¶
type Logging struct {
Metadata defsecTypes.Metadata
Bucket defsecTypes.StringValue
}
type ViewerCertificate ¶
type ViewerCertificate struct {
Metadata defsecTypes.Metadata
MinimumProtocolVersion defsecTypes.StringValue
}
Click to show internal directories.
Click to hide internal directories.