Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autoscaling ¶
Autoscaling represents the structure of a series of AWS autoscaling group parameters to trigger a dimension change
func New ¶
func New(asgName, policyName, region string) (*Autoscaling, error)
New is the Package constructor that initialises the Autoscaling config
func (*Autoscaling) NewClient ¶
func (asg *Autoscaling) NewClient() (*Client, error)
NewClient creates an Autoscaling client
type Client ¶
type Client struct {
*autoscaling.AutoScaling
}
Client type is an Autoscaling group client
func (*Client) TriggerPolicy ¶
func (client *Client) TriggerPolicy(asg *Autoscaling) error
TriggerPolicy is a method called by the Autoscaling Client
Click to show internal directories.
Click to hide internal directories.