dataalb

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 AccessLogs

type AccessLogs struct{}

type AccessLogsAttributes

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

func (AccessLogsAttributes) Bucket

func (AccessLogsAttributes) Enabled

func (al AccessLogsAttributes) Enabled() terra.BoolValue

func (AccessLogsAttributes) InternalRef

func (al AccessLogsAttributes) InternalRef() (terra.Reference, error)

func (AccessLogsAttributes) InternalTokens

func (al AccessLogsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccessLogsAttributes) InternalWithRef

func (al AccessLogsAttributes) InternalWithRef(ref terra.Reference) AccessLogsAttributes

func (AccessLogsAttributes) Prefix

type AccessLogsState

type AccessLogsState struct {
	Bucket  string `json:"bucket"`
	Enabled bool   `json:"enabled"`
	Prefix  string `json:"prefix"`
}

type SubnetMapping

type SubnetMapping struct{}

type SubnetMappingAttributes

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

func (SubnetMappingAttributes) AllocationId

func (sm SubnetMappingAttributes) AllocationId() terra.StringValue

func (SubnetMappingAttributes) InternalRef

func (sm SubnetMappingAttributes) InternalRef() (terra.Reference, error)

func (SubnetMappingAttributes) InternalTokens

func (sm SubnetMappingAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SubnetMappingAttributes) InternalWithRef

func (SubnetMappingAttributes) Ipv6Address

func (sm SubnetMappingAttributes) Ipv6Address() terra.StringValue

func (SubnetMappingAttributes) OutpostId

func (sm SubnetMappingAttributes) OutpostId() terra.StringValue

func (SubnetMappingAttributes) PrivateIpv4Address

func (sm SubnetMappingAttributes) PrivateIpv4Address() terra.StringValue

func (SubnetMappingAttributes) SubnetId

type SubnetMappingState

type SubnetMappingState struct {
	AllocationId       string `json:"allocation_id"`
	Ipv6Address        string `json:"ipv6_address"`
	OutpostId          string `json:"outpost_id"`
	PrivateIpv4Address string `json:"private_ipv4_address"`
	SubnetId           string `json:"subnet_id"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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