configconformancepack

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 InputParameter

type InputParameter struct {
	// ParameterName: string, required
	ParameterName terra.StringValue `hcl:"parameter_name,attr" validate:"required"`
	// ParameterValue: string, required
	ParameterValue terra.StringValue `hcl:"parameter_value,attr" validate:"required"`
}

type InputParameterAttributes

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

func (InputParameterAttributes) InternalRef

func (ip InputParameterAttributes) InternalRef() (terra.Reference, error)

func (InputParameterAttributes) InternalTokens

func (ip InputParameterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InputParameterAttributes) InternalWithRef

func (InputParameterAttributes) ParameterName

func (ip InputParameterAttributes) ParameterName() terra.StringValue

func (InputParameterAttributes) ParameterValue

func (ip InputParameterAttributes) ParameterValue() terra.StringValue

type InputParameterState

type InputParameterState struct {
	ParameterName  string `json:"parameter_name"`
	ParameterValue string `json:"parameter_value"`
}

Jump to

Keyboard shortcuts

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