Documentation ¶
Index ¶
Constants ¶
View Source
const StackName = "<stack-name>"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParametersClient ¶
type ParametersClient struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*ParametersClient, error)
func (*ParametersClient) ReadConfig ¶
func (c *ParametersClient) ReadConfig(param, stack string) (*string, error)
func (*ParametersClient) ResolveParameter ¶
func (c *ParametersClient) ResolveParameter(param, stack string) string
func (*ParametersClient) UpdateParameterValue ¶
func (c *ParametersClient) UpdateParameterValue(param, stack, value string) error
Click to show internal directories.
Click to hide internal directories.