cloudfront

package
v0.51.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

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 Logging

type Logging struct {
	Metadata iacTypes.Metadata
	Bucket   iacTypes.StringValue
}

type ViewerCertificate

type ViewerCertificate struct {
	Metadata                     iacTypes.Metadata
	CloudfrontDefaultCertificate iacTypes.BoolValue
	SSLSupportMethod             iacTypes.StringValue
	MinimumProtocolVersion       iacTypes.StringValue
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL