Documentation
¶
Overview ¶
Package cloudformation triggers CloudFormation stack updates once a valid state drift was detected. This operator function effectively applies any infrastructure and service changes according to the configured desired state.
Index ¶
Constants ¶
View Source
const (
Metric = "deployment_event"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFormation ¶
type CloudFormation struct {
// contains filtered or unexported fields
}
func New ¶
func New(c Config) *CloudFormation
func (*CloudFormation) Active ¶ added in v0.4.0
func (c *CloudFormation) Active() bool
Active determines whether this worker handler ought to be executed based on the underlying policy implementation.
func (*CloudFormation) Ensure ¶
func (c *CloudFormation) Ensure() error
Click to show internal directories.
Click to hide internal directories.