datasynclocationefs

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 Ec2Config

type Ec2Config struct {
	// SecurityGroupArns: set of string, required
	SecurityGroupArns terra.SetValue[terra.StringValue] `hcl:"security_group_arns,attr" validate:"required"`
	// SubnetArn: string, required
	SubnetArn terra.StringValue `hcl:"subnet_arn,attr" validate:"required"`
}

type Ec2ConfigAttributes

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

func (Ec2ConfigAttributes) InternalRef

func (ec Ec2ConfigAttributes) InternalRef() (terra.Reference, error)

func (Ec2ConfigAttributes) InternalTokens

func (ec Ec2ConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (Ec2ConfigAttributes) InternalWithRef

func (ec Ec2ConfigAttributes) InternalWithRef(ref terra.Reference) Ec2ConfigAttributes

func (Ec2ConfigAttributes) SecurityGroupArns

func (ec Ec2ConfigAttributes) SecurityGroupArns() terra.SetValue[terra.StringValue]

func (Ec2ConfigAttributes) SubnetArn

func (ec Ec2ConfigAttributes) SubnetArn() terra.StringValue

type Ec2ConfigState

type Ec2ConfigState struct {
	SecurityGroupArns []string `json:"security_group_arns"`
	SubnetArn         string   `json:"subnet_arn"`
}

Jump to

Keyboard shortcuts

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