Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlarmInput ¶
type AlarmInput struct {
*cloudwatch.PutMetricAlarmInput
}
AlarmInput struct
func (*AlarmInput) Create ¶
func (alarm *AlarmInput) Create(cwc aws.CWAPI) (*cloudwatch.PutMetricAlarmOutput, error)
Create the alarm input
func (*AlarmInput) SetAlarmDescription ¶
func (alarm *AlarmInput) SetAlarmDescription()
SetAlarmDescription takes the alarms values to build a description
type PolicyInput ¶
type PolicyInput struct {
*autoscaling.PutScalingPolicyInput
}
PolicyInput struct
func (*PolicyInput) Create ¶
func (a *PolicyInput) Create(asgc aws.ASGAPI) (*autoscaling.PutScalingPolicyOutput, error)
Create a policy
Click to show internal directories.
Click to hide internal directories.