vpclatticetargetgroup

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 Config

type Config struct {
	// IpAddressType: string, optional
	IpAddressType terra.StringValue `hcl:"ip_address_type,attr"`
	// LambdaEventStructureVersion: string, optional
	LambdaEventStructureVersion terra.StringValue `hcl:"lambda_event_structure_version,attr"`
	// Port: number, optional
	Port terra.NumberValue `hcl:"port,attr"`
	// Protocol: string, optional
	Protocol terra.StringValue `hcl:"protocol,attr"`
	// ProtocolVersion: string, optional
	ProtocolVersion terra.StringValue `hcl:"protocol_version,attr"`
	// VpcIdentifier: string, optional
	VpcIdentifier terra.StringValue `hcl:"vpc_identifier,attr"`
	// HealthCheck: optional
	HealthCheck *HealthCheck `hcl:"health_check,block"`
}

type ConfigAttributes

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

func (ConfigAttributes) HealthCheck

func (ConfigAttributes) InternalRef

func (c ConfigAttributes) InternalRef() (terra.Reference, error)

func (ConfigAttributes) InternalTokens

func (c ConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ConfigAttributes) InternalWithRef

func (c ConfigAttributes) InternalWithRef(ref terra.Reference) ConfigAttributes

func (ConfigAttributes) IpAddressType

func (c ConfigAttributes) IpAddressType() terra.StringValue

func (ConfigAttributes) LambdaEventStructureVersion

func (c ConfigAttributes) LambdaEventStructureVersion() terra.StringValue

func (ConfigAttributes) Port

func (ConfigAttributes) Protocol

func (c ConfigAttributes) Protocol() terra.StringValue

func (ConfigAttributes) ProtocolVersion

func (c ConfigAttributes) ProtocolVersion() terra.StringValue

func (ConfigAttributes) VpcIdentifier

func (c ConfigAttributes) VpcIdentifier() terra.StringValue

type ConfigState

type ConfigState struct {
	IpAddressType               string             `json:"ip_address_type"`
	LambdaEventStructureVersion string             `json:"lambda_event_structure_version"`
	Port                        float64            `json:"port"`
	Protocol                    string             `json:"protocol"`
	ProtocolVersion             string             `json:"protocol_version"`
	VpcIdentifier               string             `json:"vpc_identifier"`
	HealthCheck                 []HealthCheckState `json:"health_check"`
}

type HealthCheck

type HealthCheck struct {
	// Enabled: bool, optional
	Enabled terra.BoolValue `hcl:"enabled,attr"`
	// HealthCheckIntervalSeconds: number, optional
	HealthCheckIntervalSeconds terra.NumberValue `hcl:"health_check_interval_seconds,attr"`
	// HealthCheckTimeoutSeconds: number, optional
	HealthCheckTimeoutSeconds terra.NumberValue `hcl:"health_check_timeout_seconds,attr"`
	// HealthyThresholdCount: number, optional
	HealthyThresholdCount terra.NumberValue `hcl:"healthy_threshold_count,attr"`
	// Path: string, optional
	Path terra.StringValue `hcl:"path,attr"`
	// Port: number, optional
	Port terra.NumberValue `hcl:"port,attr"`
	// Protocol: string, optional
	Protocol terra.StringValue `hcl:"protocol,attr"`
	// ProtocolVersion: string, optional
	ProtocolVersion terra.StringValue `hcl:"protocol_version,attr"`
	// UnhealthyThresholdCount: number, optional
	UnhealthyThresholdCount terra.NumberValue `hcl:"unhealthy_threshold_count,attr"`
	// Matcher: optional
	Matcher *Matcher `hcl:"matcher,block"`
}

type HealthCheckAttributes

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

func (HealthCheckAttributes) Enabled

func (hc HealthCheckAttributes) Enabled() terra.BoolValue

func (HealthCheckAttributes) HealthCheckIntervalSeconds

func (hc HealthCheckAttributes) HealthCheckIntervalSeconds() terra.NumberValue

func (HealthCheckAttributes) HealthCheckTimeoutSeconds

func (hc HealthCheckAttributes) HealthCheckTimeoutSeconds() terra.NumberValue

func (HealthCheckAttributes) HealthyThresholdCount

func (hc HealthCheckAttributes) HealthyThresholdCount() terra.NumberValue

func (HealthCheckAttributes) InternalRef

func (hc HealthCheckAttributes) InternalRef() (terra.Reference, error)

func (HealthCheckAttributes) InternalTokens

func (hc HealthCheckAttributes) InternalTokens() (hclwrite.Tokens, error)

func (HealthCheckAttributes) InternalWithRef

func (HealthCheckAttributes) Matcher

func (HealthCheckAttributes) Path

func (HealthCheckAttributes) Port

func (HealthCheckAttributes) Protocol

func (hc HealthCheckAttributes) Protocol() terra.StringValue

func (HealthCheckAttributes) ProtocolVersion

func (hc HealthCheckAttributes) ProtocolVersion() terra.StringValue

func (HealthCheckAttributes) UnhealthyThresholdCount

func (hc HealthCheckAttributes) UnhealthyThresholdCount() terra.NumberValue

type HealthCheckState

type HealthCheckState struct {
	Enabled                    bool           `json:"enabled"`
	HealthCheckIntervalSeconds float64        `json:"health_check_interval_seconds"`
	HealthCheckTimeoutSeconds  float64        `json:"health_check_timeout_seconds"`
	HealthyThresholdCount      float64        `json:"healthy_threshold_count"`
	Path                       string         `json:"path"`
	Port                       float64        `json:"port"`
	Protocol                   string         `json:"protocol"`
	ProtocolVersion            string         `json:"protocol_version"`
	UnhealthyThresholdCount    float64        `json:"unhealthy_threshold_count"`
	Matcher                    []MatcherState `json:"matcher"`
}

type Matcher

type Matcher struct {
	// Value: string, optional
	Value terra.StringValue `hcl:"value,attr"`
}

type MatcherAttributes

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

func (MatcherAttributes) InternalRef

func (m MatcherAttributes) InternalRef() (terra.Reference, error)

func (MatcherAttributes) InternalTokens

func (m MatcherAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MatcherAttributes) InternalWithRef

func (m MatcherAttributes) InternalWithRef(ref terra.Reference) MatcherAttributes

func (MatcherAttributes) Value

type MatcherState

type MatcherState struct {
	Value string `json:"value"`
}

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