Documentation ¶
Index ¶
- type ChangeResource
- type Changes
- type CloudFormation
- func (cf CloudFormation) CreateNewStack(opts *CreateStackOpts) error
- func (cf CloudFormation) DeleteStack(opts *DeleteStackOpts) error
- func (cf CloudFormation) GetStackChanges(opts *GetStackChangesOpts) (*Changes, error)
- func (cf CloudFormation) GetStackResourcePhysicalId(stack string, resource string) (string, error)
- func (cf *CloudFormation) ResolveParameterValue(stack string, parameter string) (string, error)
- func (cf CloudFormation) SetStackPolicy(stackName string, stackPolicy string) error
- func (cf CloudFormation) StackExists(stackName string) (bool, error)
- func (cf CloudFormation) UpdateExistingStack(opts *CreateStackOpts) error
- func (cf CloudFormation) ValidateTemplate(templateUrl string) error
- type CreateStackOpts
- type DeleteStackOpts
- type GetStackChangesOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeResource ¶
type Changes ¶
type Changes struct { Status string StatusReason string Resources []ChangeResource StackPolicyChange bool ForceStackUpdate bool }
type CloudFormation ¶
type CloudFormation struct {
// contains filtered or unexported fields
}
func NewWithoutValues ¶
func NewWithoutValues(sess *session.Session) CloudFormation
func (CloudFormation) CreateNewStack ¶
func (cf CloudFormation) CreateNewStack(opts *CreateStackOpts) error
func (CloudFormation) DeleteStack ¶
func (cf CloudFormation) DeleteStack(opts *DeleteStackOpts) error
func (CloudFormation) GetStackChanges ¶
func (cf CloudFormation) GetStackChanges(opts *GetStackChangesOpts) (*Changes, error)
func (CloudFormation) GetStackResourcePhysicalId ¶
func (cf CloudFormation) GetStackResourcePhysicalId(stack string, resource string) (string, error)
func (*CloudFormation) ResolveParameterValue ¶
func (cf *CloudFormation) ResolveParameterValue(stack string, parameter string) (string, error)
func (CloudFormation) SetStackPolicy ¶
func (cf CloudFormation) SetStackPolicy(stackName string, stackPolicy string) error
func (CloudFormation) StackExists ¶
func (cf CloudFormation) StackExists(stackName string) (bool, error)
func (CloudFormation) UpdateExistingStack ¶
func (cf CloudFormation) UpdateExistingStack(opts *CreateStackOpts) error
func (CloudFormation) ValidateTemplate ¶
func (cf CloudFormation) ValidateTemplate(templateUrl string) error
type CreateStackOpts ¶
type DeleteStackOpts ¶
Click to show internal directories.
Click to hide internal directories.