redshiftserverlessendpointaccess

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 NetworkInterface

type NetworkInterface struct{}

type NetworkInterfaceAttributes

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

func (NetworkInterfaceAttributes) AvailabilityZone

func (ni NetworkInterfaceAttributes) AvailabilityZone() terra.StringValue

func (NetworkInterfaceAttributes) InternalRef

func (ni NetworkInterfaceAttributes) InternalRef() (terra.Reference, error)

func (NetworkInterfaceAttributes) InternalTokens

func (ni NetworkInterfaceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NetworkInterfaceAttributes) InternalWithRef

func (NetworkInterfaceAttributes) NetworkInterfaceId

func (ni NetworkInterfaceAttributes) NetworkInterfaceId() terra.StringValue

func (NetworkInterfaceAttributes) PrivateIpAddress

func (ni NetworkInterfaceAttributes) PrivateIpAddress() terra.StringValue

func (NetworkInterfaceAttributes) SubnetId

type NetworkInterfaceState

type NetworkInterfaceState struct {
	AvailabilityZone   string `json:"availability_zone"`
	NetworkInterfaceId string `json:"network_interface_id"`
	PrivateIpAddress   string `json:"private_ip_address"`
	SubnetId           string `json:"subnet_id"`
}

type VpcEndpoint

type VpcEndpoint struct {
	// NetworkInterface: min=0
	NetworkInterface []NetworkInterface `hcl:"network_interface,block" validate:"min=0"`
}

type VpcEndpointAttributes

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

func (VpcEndpointAttributes) InternalRef

func (ve VpcEndpointAttributes) InternalRef() (terra.Reference, error)

func (VpcEndpointAttributes) InternalTokens

func (ve VpcEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VpcEndpointAttributes) InternalWithRef

func (VpcEndpointAttributes) NetworkInterface

func (VpcEndpointAttributes) VpcEndpointId

func (ve VpcEndpointAttributes) VpcEndpointId() terra.StringValue

func (VpcEndpointAttributes) VpcId

type VpcEndpointState

type VpcEndpointState struct {
	VpcEndpointId    string                  `json:"vpc_endpoint_id"`
	VpcId            string                  `json:"vpc_id"`
	NetworkInterface []NetworkInterfaceState `json:"network_interface"`
}

Jump to

Keyboard shortcuts

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