Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAsgDiscovery ¶
func NewAsgDiscovery(ctx context.Context) discovery_kit_sdk.TargetDiscovery
func NewAsgSuspendProcessesAttack ¶
func NewAsgSuspendProcessesAttack() action_kit_sdk.ActionWithStop[AsgAttackState]
Types ¶
type AsgApi ¶
type AsgApi interface {
autoscaling.DescribeAutoScalingGroupsAPIClient
SuspendProcesses(ctx context.Context, params *autoscaling.SuspendProcessesInput, optFns ...func(*autoscaling.Options)) (*autoscaling.SuspendProcessesOutput, error)
ResumeProcesses(ctx context.Context, params *autoscaling.ResumeProcessesInput, optFns ...func(*autoscaling.Options)) (*autoscaling.ResumeProcessesOutput, error)
}
Click to show internal directories.
Click to hide internal directories.