cloudformation

package
v0.0.0-...-beef95b Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Output

type Output struct {
	Value       string            `json:"Value"`
	Description string            `json:"Description,omitempty"`
	Export      map[string]string `json:"Export,omitempty"`
}

Output defines a output for a goformation template

type Parameter

type Parameter struct {
	Type                  string   `json:"Type"`
	Description           string   `json:"Description,omitempty"`
	Default               string   `json:"Default,omitempty"`
	AllowedPattern        string   `json:"AllowedPattern,omitempty"`
	AllowedValues         []string `json:"AllowedValues,omitempty"`
	ConstraintDescription string   `json:"ConstraintDescription,omitempty"`
	MaxLength             int      `json:"MaxLength,omitempty"`
	MinLength             int      `json:"MinLength,omitempty"`
	MaxValue              float64  `json:"MaxValue,omitempty"`
	MinValue              float64  `json:"MinValue,omitempty"`
	NoEcho                bool     `json:"NoEcho,omitempty"`
}

Parameter defines a param for a goformation template

Jump to

Keyboard shortcuts

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