datas3controlmultiregionaccesspoint

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PublicAccessBlock

type PublicAccessBlock struct{}

type PublicAccessBlockAttributes

type PublicAccessBlockAttributes struct {
	// contains filtered or unexported fields
}

func (PublicAccessBlockAttributes) BlockPublicAcls

func (pab PublicAccessBlockAttributes) BlockPublicAcls() terra.BoolValue

func (PublicAccessBlockAttributes) BlockPublicPolicy

func (pab PublicAccessBlockAttributes) BlockPublicPolicy() terra.BoolValue

func (PublicAccessBlockAttributes) IgnorePublicAcls

func (pab PublicAccessBlockAttributes) IgnorePublicAcls() terra.BoolValue

func (PublicAccessBlockAttributes) InternalRef

func (pab PublicAccessBlockAttributes) InternalRef() (terra.Reference, error)

func (PublicAccessBlockAttributes) InternalTokens

func (pab PublicAccessBlockAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PublicAccessBlockAttributes) InternalWithRef

func (PublicAccessBlockAttributes) RestrictPublicBuckets

func (pab PublicAccessBlockAttributes) RestrictPublicBuckets() terra.BoolValue

type PublicAccessBlockState

type PublicAccessBlockState struct {
	BlockPublicAcls       bool `json:"block_public_acls"`
	BlockPublicPolicy     bool `json:"block_public_policy"`
	IgnorePublicAcls      bool `json:"ignore_public_acls"`
	RestrictPublicBuckets bool `json:"restrict_public_buckets"`
}

type Regions

type Regions struct{}

type RegionsAttributes

type RegionsAttributes struct {
	// contains filtered or unexported fields
}

func (RegionsAttributes) Bucket

func (r RegionsAttributes) Bucket() terra.StringValue

func (RegionsAttributes) InternalRef

func (r RegionsAttributes) InternalRef() (terra.Reference, error)

func (RegionsAttributes) InternalTokens

func (r RegionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RegionsAttributes) InternalWithRef

func (r RegionsAttributes) InternalWithRef(ref terra.Reference) RegionsAttributes

func (RegionsAttributes) Region

func (r RegionsAttributes) Region() terra.StringValue

type RegionsState

type RegionsState struct {
	Bucket string `json:"bucket"`
	Region string `json:"region"`
}

Jump to

Keyboard shortcuts

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