dataeksnodegroup

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 AutoscalingGroups

type AutoscalingGroups struct{}

type AutoscalingGroupsAttributes

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

func (AutoscalingGroupsAttributes) InternalRef

func (ag AutoscalingGroupsAttributes) InternalRef() (terra.Reference, error)

func (AutoscalingGroupsAttributes) InternalTokens

func (ag AutoscalingGroupsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AutoscalingGroupsAttributes) InternalWithRef

func (AutoscalingGroupsAttributes) Name

type AutoscalingGroupsState

type AutoscalingGroupsState struct {
	Name string `json:"name"`
}

type LaunchTemplate

type LaunchTemplate struct{}

type LaunchTemplateAttributes

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

func (LaunchTemplateAttributes) Id

func (LaunchTemplateAttributes) InternalRef

func (lt LaunchTemplateAttributes) InternalRef() (terra.Reference, error)

func (LaunchTemplateAttributes) InternalTokens

func (lt LaunchTemplateAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LaunchTemplateAttributes) InternalWithRef

func (LaunchTemplateAttributes) Name

func (LaunchTemplateAttributes) Version

type LaunchTemplateState

type LaunchTemplateState struct {
	Id      string `json:"id"`
	Name    string `json:"name"`
	Version string `json:"version"`
}

type RemoteAccess

type RemoteAccess struct{}

type RemoteAccessAttributes

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

func (RemoteAccessAttributes) Ec2SshKey

func (ra RemoteAccessAttributes) Ec2SshKey() terra.StringValue

func (RemoteAccessAttributes) InternalRef

func (ra RemoteAccessAttributes) InternalRef() (terra.Reference, error)

func (RemoteAccessAttributes) InternalTokens

func (ra RemoteAccessAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RemoteAccessAttributes) InternalWithRef

func (RemoteAccessAttributes) SourceSecurityGroupIds

func (ra RemoteAccessAttributes) SourceSecurityGroupIds() terra.SetValue[terra.StringValue]

type RemoteAccessState

type RemoteAccessState struct {
	Ec2SshKey              string   `json:"ec2_ssh_key"`
	SourceSecurityGroupIds []string `json:"source_security_group_ids"`
}

type Resources

type Resources struct {
	// AutoscalingGroups: min=0
	AutoscalingGroups []AutoscalingGroups `hcl:"autoscaling_groups,block" validate:"min=0"`
}

type ResourcesAttributes

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

func (ResourcesAttributes) AutoscalingGroups

func (ResourcesAttributes) InternalRef

func (r ResourcesAttributes) InternalRef() (terra.Reference, error)

func (ResourcesAttributes) InternalTokens

func (r ResourcesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ResourcesAttributes) InternalWithRef

func (r ResourcesAttributes) InternalWithRef(ref terra.Reference) ResourcesAttributes

func (ResourcesAttributes) RemoteAccessSecurityGroupId

func (r ResourcesAttributes) RemoteAccessSecurityGroupId() terra.StringValue

type ResourcesState

type ResourcesState struct {
	RemoteAccessSecurityGroupId string                   `json:"remote_access_security_group_id"`
	AutoscalingGroups           []AutoscalingGroupsState `json:"autoscaling_groups"`
}

type ScalingConfig

type ScalingConfig struct{}

type ScalingConfigAttributes

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

func (ScalingConfigAttributes) DesiredSize

func (sc ScalingConfigAttributes) DesiredSize() terra.NumberValue

func (ScalingConfigAttributes) InternalRef

func (sc ScalingConfigAttributes) InternalRef() (terra.Reference, error)

func (ScalingConfigAttributes) InternalTokens

func (sc ScalingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ScalingConfigAttributes) InternalWithRef

func (ScalingConfigAttributes) MaxSize

func (ScalingConfigAttributes) MinSize

type ScalingConfigState

type ScalingConfigState struct {
	DesiredSize float64 `json:"desired_size"`
	MaxSize     float64 `json:"max_size"`
	MinSize     float64 `json:"min_size"`
}

type Taints

type Taints struct{}

type TaintsAttributes

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

func (TaintsAttributes) Effect

func (t TaintsAttributes) Effect() terra.StringValue

func (TaintsAttributes) InternalRef

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

func (TaintsAttributes) InternalTokens

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

func (TaintsAttributes) InternalWithRef

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

func (TaintsAttributes) Key

func (TaintsAttributes) Value

type TaintsState

type TaintsState struct {
	Effect string `json:"effect"`
	Key    string `json:"key"`
	Value  string `json:"value"`
}

Jump to

Keyboard shortcuts

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