grafanaworkspace

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 NetworkAccessControl

type NetworkAccessControl struct {
	// PrefixListIds: set of string, required
	PrefixListIds terra.SetValue[terra.StringValue] `hcl:"prefix_list_ids,attr" validate:"required"`
	// VpceIds: set of string, required
	VpceIds terra.SetValue[terra.StringValue] `hcl:"vpce_ids,attr" validate:"required"`
}

type NetworkAccessControlAttributes

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

func (NetworkAccessControlAttributes) InternalRef

func (nac NetworkAccessControlAttributes) InternalRef() (terra.Reference, error)

func (NetworkAccessControlAttributes) InternalTokens

func (nac NetworkAccessControlAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NetworkAccessControlAttributes) InternalWithRef

func (NetworkAccessControlAttributes) PrefixListIds

func (NetworkAccessControlAttributes) VpceIds

type NetworkAccessControlState

type NetworkAccessControlState struct {
	PrefixListIds []string `json:"prefix_list_ids"`
	VpceIds       []string `json:"vpce_ids"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,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) 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"`
	Update string `json:"update"`
}

type VpcConfiguration

type VpcConfiguration struct {
	// SecurityGroupIds: set of string, required
	SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr" validate:"required"`
	// SubnetIds: set of string, required
	SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr" validate:"required"`
}

type VpcConfigurationAttributes

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

func (VpcConfigurationAttributes) InternalRef

func (vc VpcConfigurationAttributes) InternalRef() (terra.Reference, error)

func (VpcConfigurationAttributes) InternalTokens

func (vc VpcConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (VpcConfigurationAttributes) InternalWithRef

func (VpcConfigurationAttributes) SecurityGroupIds

func (VpcConfigurationAttributes) SubnetIds

type VpcConfigurationState

type VpcConfigurationState struct {
	SecurityGroupIds []string `json:"security_group_ids"`
	SubnetIds        []string `json:"subnet_ids"`
}

Jump to

Keyboard shortcuts

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