Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigurationFile ¶
type ConfigurationFile struct {
Resources Resources `yaml:"Resources"`
}
ConfigurationFile holds all the configuration information that docker may need
type DynamoDBConfiguration ¶
type DynamoDBConfiguration struct { Region string `yaml:"Region"` TableName string `yaml:"TableName"` }
DynamoDBConfiguration holds data about the DynamoDB table resource used as the cli's source
type Resources ¶
type Resources struct {
DynamoDB DynamoDBConfiguration `yaml:"DynamoDB"`
}
Resources holds the data about the resources used by the cli to render its information
Click to show internal directories.
Click to hide internal directories.