ssmdocument

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 AttachmentsSource

type AttachmentsSource struct {
	// Key: string, required
	Key terra.StringValue `hcl:"key,attr" validate:"required"`
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
	// Values: list of string, required
	Values terra.ListValue[terra.StringValue] `hcl:"values,attr" validate:"required"`
}

type AttachmentsSourceAttributes

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

func (AttachmentsSourceAttributes) InternalRef

func (as AttachmentsSourceAttributes) InternalRef() (terra.Reference, error)

func (AttachmentsSourceAttributes) InternalTokens

func (as AttachmentsSourceAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AttachmentsSourceAttributes) InternalWithRef

func (AttachmentsSourceAttributes) Key

func (AttachmentsSourceAttributes) Name

func (AttachmentsSourceAttributes) Values

type AttachmentsSourceState

type AttachmentsSourceState struct {
	Key    string   `json:"key"`
	Name   string   `json:"name"`
	Values []string `json:"values"`
}

type Parameter

type Parameter struct{}

type ParameterAttributes

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

func (ParameterAttributes) DefaultValue

func (p ParameterAttributes) DefaultValue() terra.StringValue

func (ParameterAttributes) Description

func (p ParameterAttributes) Description() terra.StringValue

func (ParameterAttributes) InternalRef

func (p ParameterAttributes) InternalRef() (terra.Reference, error)

func (ParameterAttributes) InternalTokens

func (p ParameterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ParameterAttributes) InternalWithRef

func (p ParameterAttributes) InternalWithRef(ref terra.Reference) ParameterAttributes

func (ParameterAttributes) Name

func (ParameterAttributes) Type

type ParameterState

type ParameterState struct {
	DefaultValue string `json:"default_value"`
	Description  string `json:"description"`
	Name         string `json:"name"`
	Type         string `json:"type"`
}

Jump to

Keyboard shortcuts

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