stackctl-1.4.4.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Stackctl.StackSpecYaml

Description

Definition of our stacksaccountregion/stack-name.yaml format

Template: path

Depends:
- string

Parameters:
- ParameterKey: string
  ParameterValue: string

Capabilities:
- capability

Tags:
- Key: string
  Value: string

Documentation

data StackSpecYaml Source #

Instances

Instances details
FromJSON StackSpecYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

ToJSON StackSpecYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Generic StackSpecYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Associated Types

type Rep StackSpecYaml :: Type -> Type #

Show StackSpecYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Eq StackSpecYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

type Rep StackSpecYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

data TagsYaml Source #

Instances

Instances details
FromJSON TagsYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

ToJSON TagsYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Semigroup TagsYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Show TagsYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Eq TagsYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

newtype TagYaml Source #

Constructors

TagYaml 

Fields

Instances

Instances details
FromJSON TagYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Show TagYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Eq TagYaml Source # 
Instance details

Defined in Stackctl.StackSpecYaml

Methods

(==) :: TagYaml -> TagYaml -> Bool #

(/=) :: TagYaml -> TagYaml -> Bool #