cloudfront

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: MIT 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             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
}

Jump to

Keyboard shortcuts

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