redshiftserverlessworkgroup

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 ConfigParameter

type ConfigParameter struct {
	// ParameterKey: string, required
	ParameterKey terra.StringValue `hcl:"parameter_key,attr" validate:"required"`
	// ParameterValue: string, required
	ParameterValue terra.StringValue `hcl:"parameter_value,attr" validate:"required"`
}

type ConfigParameterAttributes

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

func (ConfigParameterAttributes) InternalRef

func (cp ConfigParameterAttributes) InternalRef() (terra.Reference, error)

func (ConfigParameterAttributes) InternalTokens

func (cp ConfigParameterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ConfigParameterAttributes) InternalWithRef

func (ConfigParameterAttributes) ParameterKey

func (cp ConfigParameterAttributes) ParameterKey() terra.StringValue

func (ConfigParameterAttributes) ParameterValue

func (cp ConfigParameterAttributes) ParameterValue() terra.StringValue

type ConfigParameterState

type ConfigParameterState struct {
	ParameterKey   string `json:"parameter_key"`
	ParameterValue string `json:"parameter_value"`
}

type Endpoint

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

type EndpointAttributes

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

func (EndpointAttributes) Address

func (e EndpointAttributes) Address() terra.StringValue

func (EndpointAttributes) InternalRef

func (e EndpointAttributes) InternalRef() (terra.Reference, error)

func (EndpointAttributes) InternalTokens

func (e EndpointAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EndpointAttributes) InternalWithRef

func (e EndpointAttributes) InternalWithRef(ref terra.Reference) EndpointAttributes

func (EndpointAttributes) Port

func (EndpointAttributes) VpcEndpoint

type EndpointState

type EndpointState struct {
	Address     string             `json:"address"`
	Port        float64            `json:"port"`
	VpcEndpoint []VpcEndpointState `json:"vpc_endpoint"`
}

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 Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

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) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

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