package
0.18.0
Repository: https://github.com/appcelerator-archive/amp.git
Documentation: pkg.go.dev

# Functions

New returns a new AWS Plugin instance.
PluginOutputToJSON is a helper function that wrap an event, an error or a slice of StackOutput to a JSON string representation of PluginOutput.

# Constants

replace latest by the version when releasing the plugin.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

AWSPlugin is the AWS plugin.
Configuration stores raw request input options before transformation into a AWS SDK specific structs used by the cloudformation api.
PluginOutput contains the stack output, the stack events and the errors that the plugin will transmit to the CLI.
StackEvent contains the converted event from the create stack operation Similar to the structure from the aws SDK Meant to be included in PluginOutput.
StackOutput contains the converted output from the create stack operation Meant to be included in PluginOutput.