verifiedaccessendpoint

package
v0.0.0-...-917d9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 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 LoadBalancerOptions

type LoadBalancerOptions struct {
	// LoadBalancerArn: string, optional
	LoadBalancerArn terra.StringValue `hcl:"load_balancer_arn,attr"`
	// Port: number, optional
	Port terra.NumberValue `hcl:"port,attr"`
	// Protocol: string, optional
	Protocol terra.StringValue `hcl:"protocol,attr"`
	// SubnetIds: set of string, optional
	SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr"`
}

type LoadBalancerOptionsAttributes

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

func (LoadBalancerOptionsAttributes) InternalRef

func (lbo LoadBalancerOptionsAttributes) InternalRef() (terra.Reference, error)

func (LoadBalancerOptionsAttributes) InternalTokens

func (lbo LoadBalancerOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LoadBalancerOptionsAttributes) InternalWithRef

func (LoadBalancerOptionsAttributes) LoadBalancerArn

func (lbo LoadBalancerOptionsAttributes) LoadBalancerArn() terra.StringValue

func (LoadBalancerOptionsAttributes) Port

func (LoadBalancerOptionsAttributes) Protocol

func (LoadBalancerOptionsAttributes) SubnetIds

type LoadBalancerOptionsState

type LoadBalancerOptionsState struct {
	LoadBalancerArn string   `json:"load_balancer_arn"`
	Port            float64  `json:"port"`
	Protocol        string   `json:"protocol"`
	SubnetIds       []string `json:"subnet_ids"`
}

type NetworkInterfaceOptions

type NetworkInterfaceOptions struct {
	// NetworkInterfaceId: string, optional
	NetworkInterfaceId terra.StringValue `hcl:"network_interface_id,attr"`
	// Port: number, optional
	Port terra.NumberValue `hcl:"port,attr"`
	// Protocol: string, optional
	Protocol terra.StringValue `hcl:"protocol,attr"`
}

type NetworkInterfaceOptionsAttributes

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

func (NetworkInterfaceOptionsAttributes) InternalRef

func (NetworkInterfaceOptionsAttributes) InternalTokens

func (nio NetworkInterfaceOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NetworkInterfaceOptionsAttributes) InternalWithRef

func (NetworkInterfaceOptionsAttributes) NetworkInterfaceId

func (nio NetworkInterfaceOptionsAttributes) NetworkInterfaceId() terra.StringValue

func (NetworkInterfaceOptionsAttributes) Port

func (NetworkInterfaceOptionsAttributes) Protocol

type NetworkInterfaceOptionsState

type NetworkInterfaceOptionsState struct {
	NetworkInterfaceId string  `json:"network_interface_id"`
	Port               float64 `json:"port"`
	Protocol           string  `json:"protocol"`
}

type SseSpecification

type SseSpecification struct {
	// CustomerManagedKeyEnabled: bool, optional
	CustomerManagedKeyEnabled terra.BoolValue `hcl:"customer_managed_key_enabled,attr"`
	// KmsKeyArn: string, optional
	KmsKeyArn terra.StringValue `hcl:"kms_key_arn,attr"`
}

type SseSpecificationAttributes

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

func (SseSpecificationAttributes) CustomerManagedKeyEnabled

func (ss SseSpecificationAttributes) CustomerManagedKeyEnabled() terra.BoolValue

func (SseSpecificationAttributes) InternalRef

func (ss SseSpecificationAttributes) InternalRef() (terra.Reference, error)

func (SseSpecificationAttributes) InternalTokens

func (ss SseSpecificationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SseSpecificationAttributes) InternalWithRef

func (SseSpecificationAttributes) KmsKeyArn

type SseSpecificationState

type SseSpecificationState struct {
	CustomerManagedKeyEnabled bool   `json:"customer_managed_key_enabled"`
	KmsKeyArn                 string `json:"kms_key_arn"`
}

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"`
}

Jump to

Keyboard shortcuts

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