Documentation ¶
Overview ¶
Package applicationautoscaling provides the client and types for making API requests to Application Auto Scaling.
With Application Auto Scaling, you can configure automatic scaling for your scalable AWS resources. You can use Application Auto Scaling to accomplish the following tasks:
Define scaling policies to automatically scale your AWS resources
Scale your resources in response to CloudWatch alarms
Schedule one-time or recurring scaling actions
View the history of your scaling events
Application Auto Scaling can scale the following AWS resources:
Amazon ECS services. For more information, see Service Auto Scaling (http://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html) in the Amazon Elastic Container Service Developer Guide.
Amazon EC2 Spot fleets. For more information, see Automatic Scaling for Spot Fleet (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-auto-scaling.html) in the Amazon EC2 User Guide.
Amazon EMR clusters. For more information, see Using Automatic Scaling in Amazon EMR (http://docs.aws.amazon.com/ElasticMapReduce/latest/ManagementGuide/emr-automatic-scaling.html) in the Amazon EMR Management Guide.
AppStream 2.0 fleets. For more information, see Fleet Auto Scaling for Amazon AppStream 2.0 (http://docs.aws.amazon.com/appstream2/latest/developerguide/autoscaling.html) in the Amazon AppStream 2.0 Developer Guide.
Provisioned read and write capacity for Amazon DynamoDB tables and global secondary indexes. For more information, see Managing Throughput Capacity Automatically with DynamoDB Auto Scaling (http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/AutoScaling.html) in the Amazon DynamoDB Developer Guide.
Amazon Aurora Replicas. For more information, see Using Amazon Aurora Auto Scaling with Aurora Replicas (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.Integrating.AutoScaling.html).
Amazon SageMaker endpoints. For more information, see Automatically Scaling Amazon SageMaker Models (http://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-auto-scaling.html).
To configure automatic scaling for multiple resources across multiple services, use AWS Auto Scaling to create a scaling plan for your application. For more information, see AWS Auto Scaling (http://aws.amazon.com/autoscaling).
For a list of supported regions, see AWS Regions and Endpoints: Application Auto Scaling (http://docs.aws.amazon.com/general/latest/gr/rande.html#as-app_region) in the AWS General Reference.
See https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06 for more information on this service.
See applicationautoscaling package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/applicationautoscaling/
Using the Client ¶
To contact Application Auto Scaling with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Application Auto Scaling client ApplicationAutoScaling for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/applicationautoscaling/#New
Index ¶
- Constants
- type Alarm
- type ApplicationAutoScaling
- func (c *ApplicationAutoScaling) DeleteScalingPolicy(input *DeleteScalingPolicyInput) (*DeleteScalingPolicyOutput, error)
- func (c *ApplicationAutoScaling) DeleteScalingPolicyRequest(input *DeleteScalingPolicyInput) (req *request.Request, output *DeleteScalingPolicyOutput)
- func (c *ApplicationAutoScaling) DeleteScalingPolicyWithContext(ctx aws.Context, input *DeleteScalingPolicyInput, opts ...request.Option) (*DeleteScalingPolicyOutput, error)
- func (c *ApplicationAutoScaling) DeleteScheduledAction(input *DeleteScheduledActionInput) (*DeleteScheduledActionOutput, error)
- func (c *ApplicationAutoScaling) DeleteScheduledActionRequest(input *DeleteScheduledActionInput) (req *request.Request, output *DeleteScheduledActionOutput)
- func (c *ApplicationAutoScaling) DeleteScheduledActionWithContext(ctx aws.Context, input *DeleteScheduledActionInput, opts ...request.Option) (*DeleteScheduledActionOutput, error)
- func (c *ApplicationAutoScaling) DeregisterScalableTarget(input *DeregisterScalableTargetInput) (*DeregisterScalableTargetOutput, error)
- func (c *ApplicationAutoScaling) DeregisterScalableTargetRequest(input *DeregisterScalableTargetInput) (req *request.Request, output *DeregisterScalableTargetOutput)
- func (c *ApplicationAutoScaling) DeregisterScalableTargetWithContext(ctx aws.Context, input *DeregisterScalableTargetInput, opts ...request.Option) (*DeregisterScalableTargetOutput, error)
- func (c *ApplicationAutoScaling) DescribeScalableTargets(input *DescribeScalableTargetsInput) (*DescribeScalableTargetsOutput, error)
- func (c *ApplicationAutoScaling) DescribeScalableTargetsPages(input *DescribeScalableTargetsInput, ...) error
- func (c *ApplicationAutoScaling) DescribeScalableTargetsPagesWithContext(ctx aws.Context, input *DescribeScalableTargetsInput, ...) error
- func (c *ApplicationAutoScaling) DescribeScalableTargetsRequest(input *DescribeScalableTargetsInput) (req *request.Request, output *DescribeScalableTargetsOutput)
- func (c *ApplicationAutoScaling) DescribeScalableTargetsWithContext(ctx aws.Context, input *DescribeScalableTargetsInput, opts ...request.Option) (*DescribeScalableTargetsOutput, error)
- func (c *ApplicationAutoScaling) DescribeScalingActivities(input *DescribeScalingActivitiesInput) (*DescribeScalingActivitiesOutput, error)
- func (c *ApplicationAutoScaling) DescribeScalingActivitiesPages(input *DescribeScalingActivitiesInput, ...) error
- func (c *ApplicationAutoScaling) DescribeScalingActivitiesPagesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, ...) error
- func (c *ApplicationAutoScaling) DescribeScalingActivitiesRequest(input *DescribeScalingActivitiesInput) (req *request.Request, output *DescribeScalingActivitiesOutput)
- func (c *ApplicationAutoScaling) DescribeScalingActivitiesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, opts ...request.Option) (*DescribeScalingActivitiesOutput, error)
- func (c *ApplicationAutoScaling) DescribeScalingPolicies(input *DescribeScalingPoliciesInput) (*DescribeScalingPoliciesOutput, error)
- func (c *ApplicationAutoScaling) DescribeScalingPoliciesPages(input *DescribeScalingPoliciesInput, ...) error
- func (c *ApplicationAutoScaling) DescribeScalingPoliciesPagesWithContext(ctx aws.Context, input *DescribeScalingPoliciesInput, ...) error
- func (c *ApplicationAutoScaling) DescribeScalingPoliciesRequest(input *DescribeScalingPoliciesInput) (req *request.Request, output *DescribeScalingPoliciesOutput)
- func (c *ApplicationAutoScaling) DescribeScalingPoliciesWithContext(ctx aws.Context, input *DescribeScalingPoliciesInput, opts ...request.Option) (*DescribeScalingPoliciesOutput, error)
- func (c *ApplicationAutoScaling) DescribeScheduledActions(input *DescribeScheduledActionsInput) (*DescribeScheduledActionsOutput, error)
- func (c *ApplicationAutoScaling) DescribeScheduledActionsRequest(input *DescribeScheduledActionsInput) (req *request.Request, output *DescribeScheduledActionsOutput)
- func (c *ApplicationAutoScaling) DescribeScheduledActionsWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, opts ...request.Option) (*DescribeScheduledActionsOutput, error)
- func (c *ApplicationAutoScaling) PutScalingPolicy(input *PutScalingPolicyInput) (*PutScalingPolicyOutput, error)
- func (c *ApplicationAutoScaling) PutScalingPolicyRequest(input *PutScalingPolicyInput) (req *request.Request, output *PutScalingPolicyOutput)
- func (c *ApplicationAutoScaling) PutScalingPolicyWithContext(ctx aws.Context, input *PutScalingPolicyInput, opts ...request.Option) (*PutScalingPolicyOutput, error)
- func (c *ApplicationAutoScaling) PutScheduledAction(input *PutScheduledActionInput) (*PutScheduledActionOutput, error)
- func (c *ApplicationAutoScaling) PutScheduledActionRequest(input *PutScheduledActionInput) (req *request.Request, output *PutScheduledActionOutput)
- func (c *ApplicationAutoScaling) PutScheduledActionWithContext(ctx aws.Context, input *PutScheduledActionInput, opts ...request.Option) (*PutScheduledActionOutput, error)
- func (c *ApplicationAutoScaling) RegisterScalableTarget(input *RegisterScalableTargetInput) (*RegisterScalableTargetOutput, error)
- func (c *ApplicationAutoScaling) RegisterScalableTargetRequest(input *RegisterScalableTargetInput) (req *request.Request, output *RegisterScalableTargetOutput)
- func (c *ApplicationAutoScaling) RegisterScalableTargetWithContext(ctx aws.Context, input *RegisterScalableTargetInput, opts ...request.Option) (*RegisterScalableTargetOutput, error)
- type CustomizedMetricSpecification
- func (s CustomizedMetricSpecification) GoString() string
- func (s *CustomizedMetricSpecification) SetDimensions(v []*MetricDimension) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetMetricName(v string) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetNamespace(v string) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetStatistic(v string) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetUnit(v string) *CustomizedMetricSpecification
- func (s CustomizedMetricSpecification) String() string
- func (s *CustomizedMetricSpecification) Validate() error
- type DeleteScalingPolicyInput
- func (s DeleteScalingPolicyInput) GoString() string
- func (s *DeleteScalingPolicyInput) SetPolicyName(v string) *DeleteScalingPolicyInput
- func (s *DeleteScalingPolicyInput) SetResourceId(v string) *DeleteScalingPolicyInput
- func (s *DeleteScalingPolicyInput) SetScalableDimension(v string) *DeleteScalingPolicyInput
- func (s *DeleteScalingPolicyInput) SetServiceNamespace(v string) *DeleteScalingPolicyInput
- func (s DeleteScalingPolicyInput) String() string
- func (s *DeleteScalingPolicyInput) Validate() error
- type DeleteScalingPolicyOutput
- type DeleteScheduledActionInput
- func (s DeleteScheduledActionInput) GoString() string
- func (s *DeleteScheduledActionInput) SetResourceId(v string) *DeleteScheduledActionInput
- func (s *DeleteScheduledActionInput) SetScalableDimension(v string) *DeleteScheduledActionInput
- func (s *DeleteScheduledActionInput) SetScheduledActionName(v string) *DeleteScheduledActionInput
- func (s *DeleteScheduledActionInput) SetServiceNamespace(v string) *DeleteScheduledActionInput
- func (s DeleteScheduledActionInput) String() string
- func (s *DeleteScheduledActionInput) Validate() error
- type DeleteScheduledActionOutput
- type DeregisterScalableTargetInput
- func (s DeregisterScalableTargetInput) GoString() string
- func (s *DeregisterScalableTargetInput) SetResourceId(v string) *DeregisterScalableTargetInput
- func (s *DeregisterScalableTargetInput) SetScalableDimension(v string) *DeregisterScalableTargetInput
- func (s *DeregisterScalableTargetInput) SetServiceNamespace(v string) *DeregisterScalableTargetInput
- func (s DeregisterScalableTargetInput) String() string
- func (s *DeregisterScalableTargetInput) Validate() error
- type DeregisterScalableTargetOutput
- type DescribeScalableTargetsInput
- func (s DescribeScalableTargetsInput) GoString() string
- func (s *DescribeScalableTargetsInput) SetMaxResults(v int64) *DescribeScalableTargetsInput
- func (s *DescribeScalableTargetsInput) SetNextToken(v string) *DescribeScalableTargetsInput
- func (s *DescribeScalableTargetsInput) SetResourceIds(v []*string) *DescribeScalableTargetsInput
- func (s *DescribeScalableTargetsInput) SetScalableDimension(v string) *DescribeScalableTargetsInput
- func (s *DescribeScalableTargetsInput) SetServiceNamespace(v string) *DescribeScalableTargetsInput
- func (s DescribeScalableTargetsInput) String() string
- func (s *DescribeScalableTargetsInput) Validate() error
- type DescribeScalableTargetsOutput
- func (s DescribeScalableTargetsOutput) GoString() string
- func (s *DescribeScalableTargetsOutput) SetNextToken(v string) *DescribeScalableTargetsOutput
- func (s *DescribeScalableTargetsOutput) SetScalableTargets(v []*ScalableTarget) *DescribeScalableTargetsOutput
- func (s DescribeScalableTargetsOutput) String() string
- type DescribeScalingActivitiesInput
- func (s DescribeScalingActivitiesInput) GoString() string
- func (s *DescribeScalingActivitiesInput) SetMaxResults(v int64) *DescribeScalingActivitiesInput
- func (s *DescribeScalingActivitiesInput) SetNextToken(v string) *DescribeScalingActivitiesInput
- func (s *DescribeScalingActivitiesInput) SetResourceId(v string) *DescribeScalingActivitiesInput
- func (s *DescribeScalingActivitiesInput) SetScalableDimension(v string) *DescribeScalingActivitiesInput
- func (s *DescribeScalingActivitiesInput) SetServiceNamespace(v string) *DescribeScalingActivitiesInput
- func (s DescribeScalingActivitiesInput) String() string
- func (s *DescribeScalingActivitiesInput) Validate() error
- type DescribeScalingActivitiesOutput
- func (s DescribeScalingActivitiesOutput) GoString() string
- func (s *DescribeScalingActivitiesOutput) SetNextToken(v string) *DescribeScalingActivitiesOutput
- func (s *DescribeScalingActivitiesOutput) SetScalingActivities(v []*ScalingActivity) *DescribeScalingActivitiesOutput
- func (s DescribeScalingActivitiesOutput) String() string
- type DescribeScalingPoliciesInput
- func (s DescribeScalingPoliciesInput) GoString() string
- func (s *DescribeScalingPoliciesInput) SetMaxResults(v int64) *DescribeScalingPoliciesInput
- func (s *DescribeScalingPoliciesInput) SetNextToken(v string) *DescribeScalingPoliciesInput
- func (s *DescribeScalingPoliciesInput) SetPolicyNames(v []*string) *DescribeScalingPoliciesInput
- func (s *DescribeScalingPoliciesInput) SetResourceId(v string) *DescribeScalingPoliciesInput
- func (s *DescribeScalingPoliciesInput) SetScalableDimension(v string) *DescribeScalingPoliciesInput
- func (s *DescribeScalingPoliciesInput) SetServiceNamespace(v string) *DescribeScalingPoliciesInput
- func (s DescribeScalingPoliciesInput) String() string
- func (s *DescribeScalingPoliciesInput) Validate() error
- type DescribeScalingPoliciesOutput
- func (s DescribeScalingPoliciesOutput) GoString() string
- func (s *DescribeScalingPoliciesOutput) SetNextToken(v string) *DescribeScalingPoliciesOutput
- func (s *DescribeScalingPoliciesOutput) SetScalingPolicies(v []*ScalingPolicy) *DescribeScalingPoliciesOutput
- func (s DescribeScalingPoliciesOutput) String() string
- type DescribeScheduledActionsInput
- func (s DescribeScheduledActionsInput) GoString() string
- func (s *DescribeScheduledActionsInput) SetMaxResults(v int64) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetNextToken(v string) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetResourceId(v string) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetScalableDimension(v string) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetScheduledActionNames(v []*string) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetServiceNamespace(v string) *DescribeScheduledActionsInput
- func (s DescribeScheduledActionsInput) String() string
- func (s *DescribeScheduledActionsInput) Validate() error
- type DescribeScheduledActionsOutput
- func (s DescribeScheduledActionsOutput) GoString() string
- func (s *DescribeScheduledActionsOutput) SetNextToken(v string) *DescribeScheduledActionsOutput
- func (s *DescribeScheduledActionsOutput) SetScheduledActions(v []*ScheduledAction) *DescribeScheduledActionsOutput
- func (s DescribeScheduledActionsOutput) String() string
- type MetricDimension
- type PredefinedMetricSpecification
- func (s PredefinedMetricSpecification) GoString() string
- func (s *PredefinedMetricSpecification) SetPredefinedMetricType(v string) *PredefinedMetricSpecification
- func (s *PredefinedMetricSpecification) SetResourceLabel(v string) *PredefinedMetricSpecification
- func (s PredefinedMetricSpecification) String() string
- func (s *PredefinedMetricSpecification) Validate() error
- type PutScalingPolicyInput
- func (s PutScalingPolicyInput) GoString() string
- func (s *PutScalingPolicyInput) SetPolicyName(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetPolicyType(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetResourceId(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetScalableDimension(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetServiceNamespace(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetStepScalingPolicyConfiguration(v *StepScalingPolicyConfiguration) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetTargetTrackingScalingPolicyConfiguration(v *TargetTrackingScalingPolicyConfiguration) *PutScalingPolicyInput
- func (s PutScalingPolicyInput) String() string
- func (s *PutScalingPolicyInput) Validate() error
- type PutScalingPolicyOutput
- type PutScheduledActionInput
- func (s PutScheduledActionInput) GoString() string
- func (s *PutScheduledActionInput) SetEndTime(v time.Time) *PutScheduledActionInput
- func (s *PutScheduledActionInput) SetResourceId(v string) *PutScheduledActionInput
- func (s *PutScheduledActionInput) SetScalableDimension(v string) *PutScheduledActionInput
- func (s *PutScheduledActionInput) SetScalableTargetAction(v *ScalableTargetAction) *PutScheduledActionInput
- func (s *PutScheduledActionInput) SetSchedule(v string) *PutScheduledActionInput
- func (s *PutScheduledActionInput) SetScheduledActionName(v string) *PutScheduledActionInput
- func (s *PutScheduledActionInput) SetServiceNamespace(v string) *PutScheduledActionInput
- func (s *PutScheduledActionInput) SetStartTime(v time.Time) *PutScheduledActionInput
- func (s PutScheduledActionInput) String() string
- func (s *PutScheduledActionInput) Validate() error
- type PutScheduledActionOutput
- type RegisterScalableTargetInput
- func (s RegisterScalableTargetInput) GoString() string
- func (s *RegisterScalableTargetInput) SetMaxCapacity(v int64) *RegisterScalableTargetInput
- func (s *RegisterScalableTargetInput) SetMinCapacity(v int64) *RegisterScalableTargetInput
- func (s *RegisterScalableTargetInput) SetResourceId(v string) *RegisterScalableTargetInput
- func (s *RegisterScalableTargetInput) SetRoleARN(v string) *RegisterScalableTargetInput
- func (s *RegisterScalableTargetInput) SetScalableDimension(v string) *RegisterScalableTargetInput
- func (s *RegisterScalableTargetInput) SetServiceNamespace(v string) *RegisterScalableTargetInput
- func (s RegisterScalableTargetInput) String() string
- func (s *RegisterScalableTargetInput) Validate() error
- type RegisterScalableTargetOutput
- type ScalableTarget
- func (s ScalableTarget) GoString() string
- func (s *ScalableTarget) SetCreationTime(v time.Time) *ScalableTarget
- func (s *ScalableTarget) SetMaxCapacity(v int64) *ScalableTarget
- func (s *ScalableTarget) SetMinCapacity(v int64) *ScalableTarget
- func (s *ScalableTarget) SetResourceId(v string) *ScalableTarget
- func (s *ScalableTarget) SetRoleARN(v string) *ScalableTarget
- func (s *ScalableTarget) SetScalableDimension(v string) *ScalableTarget
- func (s *ScalableTarget) SetServiceNamespace(v string) *ScalableTarget
- func (s ScalableTarget) String() string
- type ScalableTargetAction
- type ScalingActivity
- func (s ScalingActivity) GoString() string
- func (s *ScalingActivity) SetActivityId(v string) *ScalingActivity
- func (s *ScalingActivity) SetCause(v string) *ScalingActivity
- func (s *ScalingActivity) SetDescription(v string) *ScalingActivity
- func (s *ScalingActivity) SetDetails(v string) *ScalingActivity
- func (s *ScalingActivity) SetEndTime(v time.Time) *ScalingActivity
- func (s *ScalingActivity) SetResourceId(v string) *ScalingActivity
- func (s *ScalingActivity) SetScalableDimension(v string) *ScalingActivity
- func (s *ScalingActivity) SetServiceNamespace(v string) *ScalingActivity
- func (s *ScalingActivity) SetStartTime(v time.Time) *ScalingActivity
- func (s *ScalingActivity) SetStatusCode(v string) *ScalingActivity
- func (s *ScalingActivity) SetStatusMessage(v string) *ScalingActivity
- func (s ScalingActivity) String() string
- type ScalingPolicy
- func (s ScalingPolicy) GoString() string
- func (s *ScalingPolicy) SetAlarms(v []*Alarm) *ScalingPolicy
- func (s *ScalingPolicy) SetCreationTime(v time.Time) *ScalingPolicy
- func (s *ScalingPolicy) SetPolicyARN(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetPolicyName(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetPolicyType(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetResourceId(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetScalableDimension(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetServiceNamespace(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetStepScalingPolicyConfiguration(v *StepScalingPolicyConfiguration) *ScalingPolicy
- func (s *ScalingPolicy) SetTargetTrackingScalingPolicyConfiguration(v *TargetTrackingScalingPolicyConfiguration) *ScalingPolicy
- func (s ScalingPolicy) String() string
- type ScheduledAction
- func (s ScheduledAction) GoString() string
- func (s *ScheduledAction) SetCreationTime(v time.Time) *ScheduledAction
- func (s *ScheduledAction) SetEndTime(v time.Time) *ScheduledAction
- func (s *ScheduledAction) SetResourceId(v string) *ScheduledAction
- func (s *ScheduledAction) SetScalableDimension(v string) *ScheduledAction
- func (s *ScheduledAction) SetScalableTargetAction(v *ScalableTargetAction) *ScheduledAction
- func (s *ScheduledAction) SetSchedule(v string) *ScheduledAction
- func (s *ScheduledAction) SetScheduledActionARN(v string) *ScheduledAction
- func (s *ScheduledAction) SetScheduledActionName(v string) *ScheduledAction
- func (s *ScheduledAction) SetServiceNamespace(v string) *ScheduledAction
- func (s *ScheduledAction) SetStartTime(v time.Time) *ScheduledAction
- func (s ScheduledAction) String() string
- type StepAdjustment
- func (s StepAdjustment) GoString() string
- func (s *StepAdjustment) SetMetricIntervalLowerBound(v float64) *StepAdjustment
- func (s *StepAdjustment) SetMetricIntervalUpperBound(v float64) *StepAdjustment
- func (s *StepAdjustment) SetScalingAdjustment(v int64) *StepAdjustment
- func (s StepAdjustment) String() string
- func (s *StepAdjustment) Validate() error
- type StepScalingPolicyConfiguration
- func (s StepScalingPolicyConfiguration) GoString() string
- func (s *StepScalingPolicyConfiguration) SetAdjustmentType(v string) *StepScalingPolicyConfiguration
- func (s *StepScalingPolicyConfiguration) SetCooldown(v int64) *StepScalingPolicyConfiguration
- func (s *StepScalingPolicyConfiguration) SetMetricAggregationType(v string) *StepScalingPolicyConfiguration
- func (s *StepScalingPolicyConfiguration) SetMinAdjustmentMagnitude(v int64) *StepScalingPolicyConfiguration
- func (s *StepScalingPolicyConfiguration) SetStepAdjustments(v []*StepAdjustment) *StepScalingPolicyConfiguration
- func (s StepScalingPolicyConfiguration) String() string
- func (s *StepScalingPolicyConfiguration) Validate() error
- type TargetTrackingScalingPolicyConfiguration
- func (s TargetTrackingScalingPolicyConfiguration) GoString() string
- func (s *TargetTrackingScalingPolicyConfiguration) SetCustomizedMetricSpecification(v *CustomizedMetricSpecification) *TargetTrackingScalingPolicyConfiguration
- func (s *TargetTrackingScalingPolicyConfiguration) SetDisableScaleIn(v bool) *TargetTrackingScalingPolicyConfiguration
- func (s *TargetTrackingScalingPolicyConfiguration) SetPredefinedMetricSpecification(v *PredefinedMetricSpecification) *TargetTrackingScalingPolicyConfiguration
- func (s *TargetTrackingScalingPolicyConfiguration) SetScaleInCooldown(v int64) *TargetTrackingScalingPolicyConfiguration
- func (s *TargetTrackingScalingPolicyConfiguration) SetScaleOutCooldown(v int64) *TargetTrackingScalingPolicyConfiguration
- func (s *TargetTrackingScalingPolicyConfiguration) SetTargetValue(v float64) *TargetTrackingScalingPolicyConfiguration
- func (s TargetTrackingScalingPolicyConfiguration) String() string
- func (s *TargetTrackingScalingPolicyConfiguration) Validate() error
Examples ¶
- ApplicationAutoScaling.DeleteScalingPolicy (Shared00)
- ApplicationAutoScaling.DeregisterScalableTarget (Shared00)
- ApplicationAutoScaling.DescribeScalableTargets (Shared00)
- ApplicationAutoScaling.DescribeScalingActivities (Shared00)
- ApplicationAutoScaling.DescribeScalingPolicies (Shared00)
- ApplicationAutoScaling.PutScalingPolicy (Shared00)
- ApplicationAutoScaling.PutScalingPolicy (Shared01)
- ApplicationAutoScaling.RegisterScalableTarget (Shared00)
- ApplicationAutoScaling.RegisterScalableTarget (Shared01)
Constants ¶
const ( // AdjustmentTypeChangeInCapacity is a AdjustmentType enum value AdjustmentTypeChangeInCapacity = "ChangeInCapacity" // AdjustmentTypePercentChangeInCapacity is a AdjustmentType enum value AdjustmentTypePercentChangeInCapacity = "PercentChangeInCapacity" // AdjustmentTypeExactCapacity is a AdjustmentType enum value AdjustmentTypeExactCapacity = "ExactCapacity" )
const ( // MetricAggregationTypeAverage is a MetricAggregationType enum value MetricAggregationTypeAverage = "Average" // MetricAggregationTypeMinimum is a MetricAggregationType enum value MetricAggregationTypeMinimum = "Minimum" // MetricAggregationTypeMaximum is a MetricAggregationType enum value MetricAggregationTypeMaximum = "Maximum" )
const ( // MetricStatisticAverage is a MetricStatistic enum value MetricStatisticAverage = "Average" // MetricStatisticMinimum is a MetricStatistic enum value MetricStatisticMinimum = "Minimum" // MetricStatisticMaximum is a MetricStatistic enum value MetricStatisticMaximum = "Maximum" // MetricStatisticSampleCount is a MetricStatistic enum value MetricStatisticSampleCount = "SampleCount" // MetricStatisticSum is a MetricStatistic enum value MetricStatisticSum = "Sum" )
const ( // MetricTypeDynamoDbreadCapacityUtilization is a MetricType enum value MetricTypeDynamoDbreadCapacityUtilization = "DynamoDBReadCapacityUtilization" // MetricTypeDynamoDbwriteCapacityUtilization is a MetricType enum value MetricTypeDynamoDbwriteCapacityUtilization = "DynamoDBWriteCapacityUtilization" // MetricTypeAlbrequestCountPerTarget is a MetricType enum value MetricTypeAlbrequestCountPerTarget = "ALBRequestCountPerTarget" // MetricTypeRdsreaderAverageCpuutilization is a MetricType enum value MetricTypeRdsreaderAverageCpuutilization = "RDSReaderAverageCPUUtilization" // MetricTypeRdsreaderAverageDatabaseConnections is a MetricType enum value MetricTypeRdsreaderAverageDatabaseConnections = "RDSReaderAverageDatabaseConnections" // MetricTypeEc2spotFleetRequestAverageCpuutilization is a MetricType enum value MetricTypeEc2spotFleetRequestAverageCpuutilization = "EC2SpotFleetRequestAverageCPUUtilization" // MetricTypeEc2spotFleetRequestAverageNetworkIn is a MetricType enum value MetricTypeEc2spotFleetRequestAverageNetworkIn = "EC2SpotFleetRequestAverageNetworkIn" // MetricTypeEc2spotFleetRequestAverageNetworkOut is a MetricType enum value MetricTypeEc2spotFleetRequestAverageNetworkOut = "EC2SpotFleetRequestAverageNetworkOut" // MetricTypeSageMakerVariantInvocationsPerInstance is a MetricType enum value MetricTypeSageMakerVariantInvocationsPerInstance = "SageMakerVariantInvocationsPerInstance" // MetricTypeEcsserviceAverageCpuutilization is a MetricType enum value MetricTypeEcsserviceAverageCpuutilization = "ECSServiceAverageCPUUtilization" // MetricTypeEcsserviceAverageMemoryUtilization is a MetricType enum value MetricTypeEcsserviceAverageMemoryUtilization = "ECSServiceAverageMemoryUtilization" )
const ( // PolicyTypeStepScaling is a PolicyType enum value PolicyTypeStepScaling = "StepScaling" // PolicyTypeTargetTrackingScaling is a PolicyType enum value PolicyTypeTargetTrackingScaling = "TargetTrackingScaling" )
const ( // ScalableDimensionEcsServiceDesiredCount is a ScalableDimension enum value ScalableDimensionEcsServiceDesiredCount = "ecs:service:DesiredCount" // ScalableDimensionEc2SpotFleetRequestTargetCapacity is a ScalableDimension enum value ScalableDimensionEc2SpotFleetRequestTargetCapacity = "ec2:spot-fleet-request:TargetCapacity" // ScalableDimensionElasticmapreduceInstancegroupInstanceCount is a ScalableDimension enum value ScalableDimensionElasticmapreduceInstancegroupInstanceCount = "elasticmapreduce:instancegroup:InstanceCount" // ScalableDimensionAppstreamFleetDesiredCapacity is a ScalableDimension enum value ScalableDimensionAppstreamFleetDesiredCapacity = "appstream:fleet:DesiredCapacity" // ScalableDimensionDynamodbTableReadCapacityUnits is a ScalableDimension enum value ScalableDimensionDynamodbTableReadCapacityUnits = "dynamodb:table:ReadCapacityUnits" // ScalableDimensionDynamodbTableWriteCapacityUnits is a ScalableDimension enum value ScalableDimensionDynamodbTableWriteCapacityUnits = "dynamodb:table:WriteCapacityUnits" // ScalableDimensionDynamodbIndexReadCapacityUnits is a ScalableDimension enum value ScalableDimensionDynamodbIndexReadCapacityUnits = "dynamodb:index:ReadCapacityUnits" // ScalableDimensionDynamodbIndexWriteCapacityUnits is a ScalableDimension enum value ScalableDimensionDynamodbIndexWriteCapacityUnits = "dynamodb:index:WriteCapacityUnits" // ScalableDimensionRdsClusterReadReplicaCount is a ScalableDimension enum value ScalableDimensionRdsClusterReadReplicaCount = "rds:cluster:ReadReplicaCount" // ScalableDimensionSagemakerVariantDesiredInstanceCount is a ScalableDimension enum value ScalableDimensionSagemakerVariantDesiredInstanceCount = "sagemaker:variant:DesiredInstanceCount" )
const ( // ScalingActivityStatusCodePending is a ScalingActivityStatusCode enum value ScalingActivityStatusCodePending = "Pending" // ScalingActivityStatusCodeInProgress is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeInProgress = "InProgress" // ScalingActivityStatusCodeSuccessful is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeSuccessful = "Successful" // ScalingActivityStatusCodeOverridden is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeOverridden = "Overridden" // ScalingActivityStatusCodeUnfulfilled is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeUnfulfilled = "Unfulfilled" // ScalingActivityStatusCodeFailed is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeFailed = "Failed" )
const ( // ServiceNamespaceEcs is a ServiceNamespace enum value ServiceNamespaceEcs = "ecs" // ServiceNamespaceElasticmapreduce is a ServiceNamespace enum value ServiceNamespaceElasticmapreduce = "elasticmapreduce" // ServiceNamespaceEc2 is a ServiceNamespace enum value ServiceNamespaceEc2 = "ec2" // ServiceNamespaceAppstream is a ServiceNamespace enum value ServiceNamespaceAppstream = "appstream" // ServiceNamespaceDynamodb is a ServiceNamespace enum value ServiceNamespaceDynamodb = "dynamodb" // ServiceNamespaceRds is a ServiceNamespace enum value ServiceNamespaceRds = "rds" // ServiceNamespaceSagemaker is a ServiceNamespace enum value ServiceNamespaceSagemaker = "sagemaker" )
const ( // ErrCodeConcurrentUpdateException for service response error code // "ConcurrentUpdateException". // // Concurrent updates caused an exception, for example, if you request an update // to an Application Auto Scaling resource that already has a pending update. ErrCodeConcurrentUpdateException = "ConcurrentUpdateException" // ErrCodeFailedResourceAccessException for service response error code // "FailedResourceAccessException". // // Failed access to resources caused an exception. This exception is thrown // when Application Auto Scaling is unable to retrieve the alarms associated // with a scaling policy due to a client error, for example, if the role ARN // specified for a scalable target does not have permission to call the CloudWatch // DescribeAlarms (http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html) // on your behalf. ErrCodeFailedResourceAccessException = "FailedResourceAccessException" // ErrCodeInternalServiceException for service response error code // "InternalServiceException". // // The service encountered an internal error. ErrCodeInternalServiceException = "InternalServiceException" // ErrCodeInvalidNextTokenException for service response error code // "InvalidNextTokenException". // // The next token supplied was invalid. ErrCodeInvalidNextTokenException = "InvalidNextTokenException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // A per-account resource limit is exceeded. For more information, see Application // Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html). ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeObjectNotFoundException for service response error code // "ObjectNotFoundException". // // The specified object could not be found. For any operation that depends on // the existence of a scalable target, this exception is thrown if the scalable // target with the specified service namespace, resource ID, and scalable dimension // does not exist. For any operation that deletes or deregisters a resource, // this exception is thrown if the resource cannot be found. ErrCodeObjectNotFoundException = "ObjectNotFoundException" // ErrCodeValidationException for service response error code // "ValidationException". // // An exception was thrown for a validation issue. Review the available parameters // for the API request. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "autoscaling" // Service endpoint prefix API calls made to. EndpointsID = "application-autoscaling" // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alarm ¶
type Alarm struct { // The Amazon Resource Name (ARN) of the alarm. // // AlarmARN is a required field AlarmARN *string `type:"string" required:"true"` // The name of the alarm. // // AlarmName is a required field AlarmName *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents a CloudWatch alarm associated with a scaling policy.
func (*Alarm) SetAlarmARN ¶ added in v1.5.0
SetAlarmARN sets the AlarmARN field's value.
func (*Alarm) SetAlarmName ¶ added in v1.5.0
SetAlarmName sets the AlarmName field's value.
type ApplicationAutoScaling ¶
ApplicationAutoScaling provides the API operation methods for making requests to Application Auto Scaling. See this package's package overview docs for details on the service.
ApplicationAutoScaling methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ApplicationAutoScaling
New creates a new instance of the ApplicationAutoScaling client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a ApplicationAutoScaling client from just a session. svc := applicationautoscaling.New(mySession) // Create a ApplicationAutoScaling client with additional configuration svc := applicationautoscaling.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*ApplicationAutoScaling) DeleteScalingPolicy ¶
func (c *ApplicationAutoScaling) DeleteScalingPolicy(input *DeleteScalingPolicyInput) (*DeleteScalingPolicyOutput, error)
DeleteScalingPolicy API operation for Application Auto Scaling.
Deletes the specified Application Auto Scaling scaling policy.
Deleting a policy deletes the underlying alarm action, but does not delete the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated action.
To create a scaling policy or update an existing one, see PutScalingPolicy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation DeleteScalingPolicy for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeObjectNotFoundException "ObjectNotFoundException" The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicy
func (*ApplicationAutoScaling) DeleteScalingPolicyRequest ¶
func (c *ApplicationAutoScaling) DeleteScalingPolicyRequest(input *DeleteScalingPolicyInput) (req *request.Request, output *DeleteScalingPolicyOutput)
DeleteScalingPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteScalingPolicy operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteScalingPolicy for more information on using the DeleteScalingPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteScalingPolicyRequest method. req, resp := client.DeleteScalingPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicy
func (*ApplicationAutoScaling) DeleteScalingPolicyWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DeleteScalingPolicyWithContext(ctx aws.Context, input *DeleteScalingPolicyInput, opts ...request.Option) (*DeleteScalingPolicyOutput, error)
DeleteScalingPolicyWithContext is the same as DeleteScalingPolicy with the addition of the ability to pass a context and additional request options.
See DeleteScalingPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DeleteScheduledAction ¶ added in v1.12.25
func (c *ApplicationAutoScaling) DeleteScheduledAction(input *DeleteScheduledActionInput) (*DeleteScheduledActionOutput, error)
DeleteScheduledAction API operation for Application Auto Scaling.
Deletes the specified Application Auto Scaling scheduled action.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation DeleteScheduledAction for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeObjectNotFoundException "ObjectNotFoundException" The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledAction
func (*ApplicationAutoScaling) DeleteScheduledActionRequest ¶ added in v1.12.25
func (c *ApplicationAutoScaling) DeleteScheduledActionRequest(input *DeleteScheduledActionInput) (req *request.Request, output *DeleteScheduledActionOutput)
DeleteScheduledActionRequest generates a "aws/request.Request" representing the client's request for the DeleteScheduledAction operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteScheduledAction for more information on using the DeleteScheduledAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteScheduledActionRequest method. req, resp := client.DeleteScheduledActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledAction
func (*ApplicationAutoScaling) DeleteScheduledActionWithContext ¶ added in v1.12.25
func (c *ApplicationAutoScaling) DeleteScheduledActionWithContext(ctx aws.Context, input *DeleteScheduledActionInput, opts ...request.Option) (*DeleteScheduledActionOutput, error)
DeleteScheduledActionWithContext is the same as DeleteScheduledAction with the addition of the ability to pass a context and additional request options.
See DeleteScheduledAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DeregisterScalableTarget ¶
func (c *ApplicationAutoScaling) DeregisterScalableTarget(input *DeregisterScalableTargetInput) (*DeregisterScalableTargetOutput, error)
DeregisterScalableTarget API operation for Application Auto Scaling.
Deregisters a scalable target.
Deregistering a scalable target deletes the scaling policies that are associated with it.
To create a scalable target or update an existing one, see RegisterScalableTarget.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation DeregisterScalableTarget for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeObjectNotFoundException "ObjectNotFoundException" The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTarget
func (*ApplicationAutoScaling) DeregisterScalableTargetRequest ¶
func (c *ApplicationAutoScaling) DeregisterScalableTargetRequest(input *DeregisterScalableTargetInput) (req *request.Request, output *DeregisterScalableTargetOutput)
DeregisterScalableTargetRequest generates a "aws/request.Request" representing the client's request for the DeregisterScalableTarget operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeregisterScalableTarget for more information on using the DeregisterScalableTarget API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeregisterScalableTargetRequest method. req, resp := client.DeregisterScalableTargetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTarget
func (*ApplicationAutoScaling) DeregisterScalableTargetWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DeregisterScalableTargetWithContext(ctx aws.Context, input *DeregisterScalableTargetInput, opts ...request.Option) (*DeregisterScalableTargetOutput, error)
DeregisterScalableTargetWithContext is the same as DeregisterScalableTarget with the addition of the ability to pass a context and additional request options.
See DeregisterScalableTarget for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DescribeScalableTargets ¶
func (c *ApplicationAutoScaling) DescribeScalableTargets(input *DescribeScalableTargetsInput) (*DescribeScalableTargetsOutput, error)
DescribeScalableTargets API operation for Application Auto Scaling.
Gets information about the scalable targets in the specified namespace.
You can filter the results using the ResourceIds and ScalableDimension parameters.
To create a scalable target or update an existing one, see RegisterScalableTarget. If you are no longer using a scalable target, you can deregister it using DeregisterScalableTarget.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation DescribeScalableTargets for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeInvalidNextTokenException "InvalidNextTokenException" The next token supplied was invalid.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScalableTargets
func (*ApplicationAutoScaling) DescribeScalableTargetsPages ¶
func (c *ApplicationAutoScaling) DescribeScalableTargetsPages(input *DescribeScalableTargetsInput, fn func(*DescribeScalableTargetsOutput, bool) bool) error
DescribeScalableTargetsPages iterates over the pages of a DescribeScalableTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeScalableTargets method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeScalableTargets operation. pageNum := 0 err := client.DescribeScalableTargetsPages(params, func(page *DescribeScalableTargetsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationAutoScaling) DescribeScalableTargetsPagesWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DescribeScalableTargetsPagesWithContext(ctx aws.Context, input *DescribeScalableTargetsInput, fn func(*DescribeScalableTargetsOutput, bool) bool, opts ...request.Option) error
DescribeScalableTargetsPagesWithContext same as DescribeScalableTargetsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DescribeScalableTargetsRequest ¶
func (c *ApplicationAutoScaling) DescribeScalableTargetsRequest(input *DescribeScalableTargetsInput) (req *request.Request, output *DescribeScalableTargetsOutput)
DescribeScalableTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeScalableTargets operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeScalableTargets for more information on using the DescribeScalableTargets API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeScalableTargetsRequest method. req, resp := client.DescribeScalableTargetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScalableTargets
func (*ApplicationAutoScaling) DescribeScalableTargetsWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DescribeScalableTargetsWithContext(ctx aws.Context, input *DescribeScalableTargetsInput, opts ...request.Option) (*DescribeScalableTargetsOutput, error)
DescribeScalableTargetsWithContext is the same as DescribeScalableTargets with the addition of the ability to pass a context and additional request options.
See DescribeScalableTargets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DescribeScalingActivities ¶
func (c *ApplicationAutoScaling) DescribeScalingActivities(input *DescribeScalingActivitiesInput) (*DescribeScalingActivitiesOutput, error)
DescribeScalingActivities API operation for Application Auto Scaling.
Provides descriptive information about the scaling activities in the specified namespace from the previous six weeks.
You can filter the results using the ResourceId and ScalableDimension parameters.
Scaling activities are triggered by CloudWatch alarms that are associated with scaling policies. To view the scaling policies for a service namespace, see DescribeScalingPolicies. To create a scaling policy or update an existing one, see PutScalingPolicy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation DescribeScalingActivities for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeInvalidNextTokenException "InvalidNextTokenException" The next token supplied was invalid.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScalingActivities
func (*ApplicationAutoScaling) DescribeScalingActivitiesPages ¶
func (c *ApplicationAutoScaling) DescribeScalingActivitiesPages(input *DescribeScalingActivitiesInput, fn func(*DescribeScalingActivitiesOutput, bool) bool) error
DescribeScalingActivitiesPages iterates over the pages of a DescribeScalingActivities operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeScalingActivities method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeScalingActivities operation. pageNum := 0 err := client.DescribeScalingActivitiesPages(params, func(page *DescribeScalingActivitiesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationAutoScaling) DescribeScalingActivitiesPagesWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DescribeScalingActivitiesPagesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, fn func(*DescribeScalingActivitiesOutput, bool) bool, opts ...request.Option) error
DescribeScalingActivitiesPagesWithContext same as DescribeScalingActivitiesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DescribeScalingActivitiesRequest ¶
func (c *ApplicationAutoScaling) DescribeScalingActivitiesRequest(input *DescribeScalingActivitiesInput) (req *request.Request, output *DescribeScalingActivitiesOutput)
DescribeScalingActivitiesRequest generates a "aws/request.Request" representing the client's request for the DescribeScalingActivities operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeScalingActivities for more information on using the DescribeScalingActivities API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeScalingActivitiesRequest method. req, resp := client.DescribeScalingActivitiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScalingActivities
func (*ApplicationAutoScaling) DescribeScalingActivitiesWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DescribeScalingActivitiesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, opts ...request.Option) (*DescribeScalingActivitiesOutput, error)
DescribeScalingActivitiesWithContext is the same as DescribeScalingActivities with the addition of the ability to pass a context and additional request options.
See DescribeScalingActivities for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DescribeScalingPolicies ¶
func (c *ApplicationAutoScaling) DescribeScalingPolicies(input *DescribeScalingPoliciesInput) (*DescribeScalingPoliciesOutput, error)
DescribeScalingPolicies API operation for Application Auto Scaling.
Describes the scaling policies for the specified service namespace.
You can filter the results using the ResourceId, ScalableDimension, and PolicyNames parameters.
To create a scaling policy or update an existing one, see PutScalingPolicy. If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation DescribeScalingPolicies for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeFailedResourceAccessException "FailedResourceAccessException" Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have permission to call the CloudWatch DescribeAlarms (http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html) on your behalf.
ErrCodeInvalidNextTokenException "InvalidNextTokenException" The next token supplied was invalid.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScalingPolicies
func (*ApplicationAutoScaling) DescribeScalingPoliciesPages ¶
func (c *ApplicationAutoScaling) DescribeScalingPoliciesPages(input *DescribeScalingPoliciesInput, fn func(*DescribeScalingPoliciesOutput, bool) bool) error
DescribeScalingPoliciesPages iterates over the pages of a DescribeScalingPolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeScalingPolicies method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeScalingPolicies operation. pageNum := 0 err := client.DescribeScalingPoliciesPages(params, func(page *DescribeScalingPoliciesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationAutoScaling) DescribeScalingPoliciesPagesWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DescribeScalingPoliciesPagesWithContext(ctx aws.Context, input *DescribeScalingPoliciesInput, fn func(*DescribeScalingPoliciesOutput, bool) bool, opts ...request.Option) error
DescribeScalingPoliciesPagesWithContext same as DescribeScalingPoliciesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DescribeScalingPoliciesRequest ¶
func (c *ApplicationAutoScaling) DescribeScalingPoliciesRequest(input *DescribeScalingPoliciesInput) (req *request.Request, output *DescribeScalingPoliciesOutput)
DescribeScalingPoliciesRequest generates a "aws/request.Request" representing the client's request for the DescribeScalingPolicies operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeScalingPolicies for more information on using the DescribeScalingPolicies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeScalingPoliciesRequest method. req, resp := client.DescribeScalingPoliciesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScalingPolicies
func (*ApplicationAutoScaling) DescribeScalingPoliciesWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) DescribeScalingPoliciesWithContext(ctx aws.Context, input *DescribeScalingPoliciesInput, opts ...request.Option) (*DescribeScalingPoliciesOutput, error)
DescribeScalingPoliciesWithContext is the same as DescribeScalingPolicies with the addition of the ability to pass a context and additional request options.
See DescribeScalingPolicies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) DescribeScheduledActions ¶ added in v1.12.25
func (c *ApplicationAutoScaling) DescribeScheduledActions(input *DescribeScheduledActionsInput) (*DescribeScheduledActionsOutput, error)
DescribeScheduledActions API operation for Application Auto Scaling.
Describes the scheduled actions for the specified service namespace.
You can filter the results using the ResourceId, ScalableDimension, and ScheduledActionNames parameters.
To create a scheduled action or update an existing one, see PutScheduledAction. If you are no longer using a scheduled action, you can delete it using DeleteScheduledAction.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation DescribeScheduledActions for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeInvalidNextTokenException "InvalidNextTokenException" The next token supplied was invalid.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScheduledActions
func (*ApplicationAutoScaling) DescribeScheduledActionsRequest ¶ added in v1.12.25
func (c *ApplicationAutoScaling) DescribeScheduledActionsRequest(input *DescribeScheduledActionsInput) (req *request.Request, output *DescribeScheduledActionsOutput)
DescribeScheduledActionsRequest generates a "aws/request.Request" representing the client's request for the DescribeScheduledActions operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeScheduledActions for more information on using the DescribeScheduledActions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeScheduledActionsRequest method. req, resp := client.DescribeScheduledActionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScheduledActions
func (*ApplicationAutoScaling) DescribeScheduledActionsWithContext ¶ added in v1.12.25
func (c *ApplicationAutoScaling) DescribeScheduledActionsWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, opts ...request.Option) (*DescribeScheduledActionsOutput, error)
DescribeScheduledActionsWithContext is the same as DescribeScheduledActions with the addition of the ability to pass a context and additional request options.
See DescribeScheduledActions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) PutScalingPolicy ¶
func (c *ApplicationAutoScaling) PutScalingPolicy(input *PutScalingPolicyInput) (*PutScalingPolicyOutput, error)
PutScalingPolicy API operation for Application Auto Scaling.
Creates or updates a policy for an Application Auto Scaling scalable target.
Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scaling policy applies to the scalable target identified by those three attributes. You cannot create a scaling policy until you register the scalable target using RegisterScalableTarget.
To update a policy, specify its policy name and the parameters that you want to change. Any parameters that you don't specify are not changed by this update request.
You can view the scaling policies for a service namespace using DescribeScalingPolicies. If you are no longer using a scaling policy, you can delete it using DeleteScalingPolicy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation PutScalingPolicy for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeLimitExceededException "LimitExceededException" A per-account resource limit is exceeded. For more information, see Application Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html).
ErrCodeObjectNotFoundException "ObjectNotFoundException" The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeFailedResourceAccessException "FailedResourceAccessException" Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have permission to call the CloudWatch DescribeAlarms (http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html) on your behalf.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PutScalingPolicy
func (*ApplicationAutoScaling) PutScalingPolicyRequest ¶
func (c *ApplicationAutoScaling) PutScalingPolicyRequest(input *PutScalingPolicyInput) (req *request.Request, output *PutScalingPolicyOutput)
PutScalingPolicyRequest generates a "aws/request.Request" representing the client's request for the PutScalingPolicy operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutScalingPolicy for more information on using the PutScalingPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutScalingPolicyRequest method. req, resp := client.PutScalingPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PutScalingPolicy
func (*ApplicationAutoScaling) PutScalingPolicyWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) PutScalingPolicyWithContext(ctx aws.Context, input *PutScalingPolicyInput, opts ...request.Option) (*PutScalingPolicyOutput, error)
PutScalingPolicyWithContext is the same as PutScalingPolicy with the addition of the ability to pass a context and additional request options.
See PutScalingPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) PutScheduledAction ¶ added in v1.12.25
func (c *ApplicationAutoScaling) PutScheduledAction(input *PutScheduledActionInput) (*PutScheduledActionOutput, error)
PutScheduledAction API operation for Application Auto Scaling.
Creates or updates a scheduled action for an Application Auto Scaling scalable target.
Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scheduled action applies to the scalable target identified by those three attributes. You cannot create a scheduled action until you register the scalable target using RegisterScalableTarget.
To update an action, specify its name and the parameters that you want to change. If you don't specify start and end times, the old values are deleted. Any other parameters that you don't specify are not changed by this update request.
You can view the scheduled actions using DescribeScheduledActions. If you are no longer using a scheduled action, you can delete it using DeleteScheduledAction.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation PutScheduledAction for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeLimitExceededException "LimitExceededException" A per-account resource limit is exceeded. For more information, see Application Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html).
ErrCodeObjectNotFoundException "ObjectNotFoundException" The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PutScheduledAction
func (*ApplicationAutoScaling) PutScheduledActionRequest ¶ added in v1.12.25
func (c *ApplicationAutoScaling) PutScheduledActionRequest(input *PutScheduledActionInput) (req *request.Request, output *PutScheduledActionOutput)
PutScheduledActionRequest generates a "aws/request.Request" representing the client's request for the PutScheduledAction operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutScheduledAction for more information on using the PutScheduledAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutScheduledActionRequest method. req, resp := client.PutScheduledActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PutScheduledAction
func (*ApplicationAutoScaling) PutScheduledActionWithContext ¶ added in v1.12.25
func (c *ApplicationAutoScaling) PutScheduledActionWithContext(ctx aws.Context, input *PutScheduledActionInput, opts ...request.Option) (*PutScheduledActionOutput, error)
PutScheduledActionWithContext is the same as PutScheduledAction with the addition of the ability to pass a context and additional request options.
See PutScheduledAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationAutoScaling) RegisterScalableTarget ¶
func (c *ApplicationAutoScaling) RegisterScalableTarget(input *RegisterScalableTargetInput) (*RegisterScalableTargetOutput, error)
RegisterScalableTarget API operation for Application Auto Scaling.
Registers or updates a scalable target. A scalable target is a resource that Application Auto Scaling can scale out or scale in. After you have registered a scalable target, you can use this operation to update the minimum and maximum values for its scalable dimension.
After you register a scalable target, you can create and apply scaling policies using PutScalingPolicy. You can view the scaling policies for a service namespace using DescribeScalableTargets. If you no longer need a scalable target, you can deregister it using DeregisterScalableTarget.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Application Auto Scaling's API operation RegisterScalableTarget for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" An exception was thrown for a validation issue. Review the available parameters for the API request.
ErrCodeLimitExceededException "LimitExceededException" A per-account resource limit is exceeded. For more information, see Application Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html).
ErrCodeConcurrentUpdateException "ConcurrentUpdateException" Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
ErrCodeInternalServiceException "InternalServiceException" The service encountered an internal error.
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/RegisterScalableTarget
func (*ApplicationAutoScaling) RegisterScalableTargetRequest ¶
func (c *ApplicationAutoScaling) RegisterScalableTargetRequest(input *RegisterScalableTargetInput) (req *request.Request, output *RegisterScalableTargetOutput)
RegisterScalableTargetRequest generates a "aws/request.Request" representing the client's request for the RegisterScalableTarget operation. The "output" return value will be populated with the request's response once the request completes successfuly.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RegisterScalableTarget for more information on using the RegisterScalableTarget API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RegisterScalableTargetRequest method. req, resp := client.RegisterScalableTargetRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/RegisterScalableTarget
func (*ApplicationAutoScaling) RegisterScalableTargetWithContext ¶ added in v1.8.0
func (c *ApplicationAutoScaling) RegisterScalableTargetWithContext(ctx aws.Context, input *RegisterScalableTargetInput, opts ...request.Option) (*RegisterScalableTargetOutput, error)
RegisterScalableTargetWithContext is the same as RegisterScalableTarget with the addition of the ability to pass a context and additional request options.
See RegisterScalableTarget for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type CustomizedMetricSpecification ¶ added in v1.8.42
type CustomizedMetricSpecification struct { // The dimensions of the metric. Dimensions []*MetricDimension `type:"list"` // The name of the metric. // // MetricName is a required field MetricName *string `type:"string" required:"true"` // The namespace of the metric. // // Namespace is a required field Namespace *string `type:"string" required:"true"` // The statistic of the metric. // // Statistic is a required field Statistic *string `type:"string" required:"true" enum:"MetricStatistic"` // The unit of the metric. Unit *string `type:"string"` // contains filtered or unexported fields }
Configures a customized metric for a target tracking policy.
func (CustomizedMetricSpecification) GoString ¶ added in v1.8.42
func (s CustomizedMetricSpecification) GoString() string
GoString returns the string representation
func (*CustomizedMetricSpecification) SetDimensions ¶ added in v1.8.42
func (s *CustomizedMetricSpecification) SetDimensions(v []*MetricDimension) *CustomizedMetricSpecification
SetDimensions sets the Dimensions field's value.
func (*CustomizedMetricSpecification) SetMetricName ¶ added in v1.8.42
func (s *CustomizedMetricSpecification) SetMetricName(v string) *CustomizedMetricSpecification
SetMetricName sets the MetricName field's value.
func (*CustomizedMetricSpecification) SetNamespace ¶ added in v1.8.42
func (s *CustomizedMetricSpecification) SetNamespace(v string) *CustomizedMetricSpecification
SetNamespace sets the Namespace field's value.
func (*CustomizedMetricSpecification) SetStatistic ¶ added in v1.8.42
func (s *CustomizedMetricSpecification) SetStatistic(v string) *CustomizedMetricSpecification
SetStatistic sets the Statistic field's value.
func (*CustomizedMetricSpecification) SetUnit ¶ added in v1.8.42
func (s *CustomizedMetricSpecification) SetUnit(v string) *CustomizedMetricSpecification
SetUnit sets the Unit field's value.
func (CustomizedMetricSpecification) String ¶ added in v1.8.42
func (s CustomizedMetricSpecification) String() string
String returns the string representation
func (*CustomizedMetricSpecification) Validate ¶ added in v1.8.42
func (s *CustomizedMetricSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteScalingPolicyInput ¶
type DeleteScalingPolicyInput struct { // The name of the scaling policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The identifier of the resource associated with the scalable target. This // string consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (DeleteScalingPolicyInput) GoString ¶
func (s DeleteScalingPolicyInput) GoString() string
GoString returns the string representation
func (*DeleteScalingPolicyInput) SetPolicyName ¶ added in v1.5.0
func (s *DeleteScalingPolicyInput) SetPolicyName(v string) *DeleteScalingPolicyInput
SetPolicyName sets the PolicyName field's value.
func (*DeleteScalingPolicyInput) SetResourceId ¶ added in v1.5.0
func (s *DeleteScalingPolicyInput) SetResourceId(v string) *DeleteScalingPolicyInput
SetResourceId sets the ResourceId field's value.
func (*DeleteScalingPolicyInput) SetScalableDimension ¶ added in v1.5.0
func (s *DeleteScalingPolicyInput) SetScalableDimension(v string) *DeleteScalingPolicyInput
SetScalableDimension sets the ScalableDimension field's value.
func (*DeleteScalingPolicyInput) SetServiceNamespace ¶ added in v1.5.0
func (s *DeleteScalingPolicyInput) SetServiceNamespace(v string) *DeleteScalingPolicyInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (DeleteScalingPolicyInput) String ¶
func (s DeleteScalingPolicyInput) String() string
String returns the string representation
func (*DeleteScalingPolicyInput) Validate ¶
func (s *DeleteScalingPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteScalingPolicyOutput ¶
type DeleteScalingPolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteScalingPolicyOutput) GoString ¶
func (s DeleteScalingPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteScalingPolicyOutput) String ¶
func (s DeleteScalingPolicyOutput) String() string
String returns the string representation
type DeleteScheduledActionInput ¶ added in v1.12.25
type DeleteScheduledActionInput struct { // The identifier of the resource associated with the scheduled action. This // string consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The name of the scheduled action. // // ScheduledActionName is a required field ScheduledActionName *string `min:"1" type:"string" required:"true"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (DeleteScheduledActionInput) GoString ¶ added in v1.12.25
func (s DeleteScheduledActionInput) GoString() string
GoString returns the string representation
func (*DeleteScheduledActionInput) SetResourceId ¶ added in v1.12.25
func (s *DeleteScheduledActionInput) SetResourceId(v string) *DeleteScheduledActionInput
SetResourceId sets the ResourceId field's value.
func (*DeleteScheduledActionInput) SetScalableDimension ¶ added in v1.12.25
func (s *DeleteScheduledActionInput) SetScalableDimension(v string) *DeleteScheduledActionInput
SetScalableDimension sets the ScalableDimension field's value.
func (*DeleteScheduledActionInput) SetScheduledActionName ¶ added in v1.12.25
func (s *DeleteScheduledActionInput) SetScheduledActionName(v string) *DeleteScheduledActionInput
SetScheduledActionName sets the ScheduledActionName field's value.
func (*DeleteScheduledActionInput) SetServiceNamespace ¶ added in v1.12.25
func (s *DeleteScheduledActionInput) SetServiceNamespace(v string) *DeleteScheduledActionInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (DeleteScheduledActionInput) String ¶ added in v1.12.25
func (s DeleteScheduledActionInput) String() string
String returns the string representation
func (*DeleteScheduledActionInput) Validate ¶ added in v1.12.25
func (s *DeleteScheduledActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteScheduledActionOutput ¶ added in v1.12.25
type DeleteScheduledActionOutput struct {
// contains filtered or unexported fields
}
func (DeleteScheduledActionOutput) GoString ¶ added in v1.12.25
func (s DeleteScheduledActionOutput) GoString() string
GoString returns the string representation
func (DeleteScheduledActionOutput) String ¶ added in v1.12.25
func (s DeleteScheduledActionOutput) String() string
String returns the string representation
type DeregisterScalableTargetInput ¶
type DeregisterScalableTargetInput struct { // The identifier of the resource associated with the scalable target. This // string consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension associated with the scalable target. This string consists // of the service namespace, resource type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (DeregisterScalableTargetInput) GoString ¶
func (s DeregisterScalableTargetInput) GoString() string
GoString returns the string representation
func (*DeregisterScalableTargetInput) SetResourceId ¶ added in v1.5.0
func (s *DeregisterScalableTargetInput) SetResourceId(v string) *DeregisterScalableTargetInput
SetResourceId sets the ResourceId field's value.
func (*DeregisterScalableTargetInput) SetScalableDimension ¶ added in v1.5.0
func (s *DeregisterScalableTargetInput) SetScalableDimension(v string) *DeregisterScalableTargetInput
SetScalableDimension sets the ScalableDimension field's value.
func (*DeregisterScalableTargetInput) SetServiceNamespace ¶ added in v1.5.0
func (s *DeregisterScalableTargetInput) SetServiceNamespace(v string) *DeregisterScalableTargetInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (DeregisterScalableTargetInput) String ¶
func (s DeregisterScalableTargetInput) String() string
String returns the string representation
func (*DeregisterScalableTargetInput) Validate ¶
func (s *DeregisterScalableTargetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterScalableTargetOutput ¶
type DeregisterScalableTargetOutput struct {
// contains filtered or unexported fields
}
func (DeregisterScalableTargetOutput) GoString ¶
func (s DeregisterScalableTargetOutput) GoString() string
GoString returns the string representation
func (DeregisterScalableTargetOutput) String ¶
func (s DeregisterScalableTargetOutput) String() string
String returns the string representation
type DescribeScalableTargetsInput ¶
type DescribeScalableTargetsInput struct { // The maximum number of scalable targets. This value can be between 1 and 50. // The default value is 50. // // If this parameter is used, the operation returns up to MaxResults results // at a time, along with a NextToken value. To get the next set of results, // include the NextToken value in a subsequent call. If this parameter is not // used, the operation returns up to 50 results and a NextToken value, if applicable. MaxResults *int64 `type:"integer"` // The token for the next set of results. NextToken *string `type:"string"` // The identifier of the resource associated with the scalable target. This // string consists of the resource type and unique identifier. If you specify // a scalable dimension, you must also specify a resource ID. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. ResourceIds []*string `type:"list"` // The scalable dimension associated with the scalable target. This string consists // of the service namespace, resource type, and scaling property. If you specify // a scalable dimension, you must also specify a resource ID. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (DescribeScalableTargetsInput) GoString ¶
func (s DescribeScalableTargetsInput) GoString() string
GoString returns the string representation
func (*DescribeScalableTargetsInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeScalableTargetsInput) SetMaxResults(v int64) *DescribeScalableTargetsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeScalableTargetsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalableTargetsInput) SetNextToken(v string) *DescribeScalableTargetsInput
SetNextToken sets the NextToken field's value.
func (*DescribeScalableTargetsInput) SetResourceIds ¶ added in v1.5.0
func (s *DescribeScalableTargetsInput) SetResourceIds(v []*string) *DescribeScalableTargetsInput
SetResourceIds sets the ResourceIds field's value.
func (*DescribeScalableTargetsInput) SetScalableDimension ¶ added in v1.5.0
func (s *DescribeScalableTargetsInput) SetScalableDimension(v string) *DescribeScalableTargetsInput
SetScalableDimension sets the ScalableDimension field's value.
func (*DescribeScalableTargetsInput) SetServiceNamespace ¶ added in v1.5.0
func (s *DescribeScalableTargetsInput) SetServiceNamespace(v string) *DescribeScalableTargetsInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (DescribeScalableTargetsInput) String ¶
func (s DescribeScalableTargetsInput) String() string
String returns the string representation
func (*DescribeScalableTargetsInput) Validate ¶
func (s *DescribeScalableTargetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeScalableTargetsOutput ¶
type DescribeScalableTargetsOutput struct { // The token required to get the next set of results. This value is null if // there are no more results to return. NextToken *string `type:"string"` // The scalable targets that match the request parameters. ScalableTargets []*ScalableTarget `type:"list"` // contains filtered or unexported fields }
func (DescribeScalableTargetsOutput) GoString ¶
func (s DescribeScalableTargetsOutput) GoString() string
GoString returns the string representation
func (*DescribeScalableTargetsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalableTargetsOutput) SetNextToken(v string) *DescribeScalableTargetsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeScalableTargetsOutput) SetScalableTargets ¶ added in v1.5.0
func (s *DescribeScalableTargetsOutput) SetScalableTargets(v []*ScalableTarget) *DescribeScalableTargetsOutput
SetScalableTargets sets the ScalableTargets field's value.
func (DescribeScalableTargetsOutput) String ¶
func (s DescribeScalableTargetsOutput) String() string
String returns the string representation
type DescribeScalingActivitiesInput ¶
type DescribeScalingActivitiesInput struct { // The maximum number of scalable targets. This value can be between 1 and 50. // The default value is 50. // // If this parameter is used, the operation returns up to MaxResults results // at a time, along with a NextToken value. To get the next set of results, // include the NextToken value in a subsequent call. If this parameter is not // used, the operation returns up to 50 results and a NextToken value, if applicable. MaxResults *int64 `type:"integer"` // The token for the next set of results. NextToken *string `type:"string"` // The identifier of the resource associated with the scaling activity. This // string consists of the resource type and unique identifier. If you specify // a scalable dimension, you must also specify a resource ID. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. ResourceId *string `min:"1" type:"string"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. If you specify a scalable dimension, you must // also specify a resource ID. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (DescribeScalingActivitiesInput) GoString ¶
func (s DescribeScalingActivitiesInput) GoString() string
GoString returns the string representation
func (*DescribeScalingActivitiesInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetMaxResults(v int64) *DescribeScalingActivitiesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeScalingActivitiesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetNextToken(v string) *DescribeScalingActivitiesInput
SetNextToken sets the NextToken field's value.
func (*DescribeScalingActivitiesInput) SetResourceId ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetResourceId(v string) *DescribeScalingActivitiesInput
SetResourceId sets the ResourceId field's value.
func (*DescribeScalingActivitiesInput) SetScalableDimension ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetScalableDimension(v string) *DescribeScalingActivitiesInput
SetScalableDimension sets the ScalableDimension field's value.
func (*DescribeScalingActivitiesInput) SetServiceNamespace ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetServiceNamespace(v string) *DescribeScalingActivitiesInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (DescribeScalingActivitiesInput) String ¶
func (s DescribeScalingActivitiesInput) String() string
String returns the string representation
func (*DescribeScalingActivitiesInput) Validate ¶
func (s *DescribeScalingActivitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeScalingActivitiesOutput ¶
type DescribeScalingActivitiesOutput struct { // The token required to get the next set of results. This value is null if // there are no more results to return. NextToken *string `type:"string"` // A list of scaling activity objects. ScalingActivities []*ScalingActivity `type:"list"` // contains filtered or unexported fields }
func (DescribeScalingActivitiesOutput) GoString ¶
func (s DescribeScalingActivitiesOutput) GoString() string
GoString returns the string representation
func (*DescribeScalingActivitiesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalingActivitiesOutput) SetNextToken(v string) *DescribeScalingActivitiesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeScalingActivitiesOutput) SetScalingActivities ¶ added in v1.5.0
func (s *DescribeScalingActivitiesOutput) SetScalingActivities(v []*ScalingActivity) *DescribeScalingActivitiesOutput
SetScalingActivities sets the ScalingActivities field's value.
func (DescribeScalingActivitiesOutput) String ¶
func (s DescribeScalingActivitiesOutput) String() string
String returns the string representation
type DescribeScalingPoliciesInput ¶
type DescribeScalingPoliciesInput struct { // The maximum number of scalable targets. This value can be between 1 and 50. // The default value is 50. // // If this parameter is used, the operation returns up to MaxResults results // at a time, along with a NextToken value. To get the next set of results, // include the NextToken value in a subsequent call. If this parameter is not // used, the operation returns up to 50 results and a NextToken value, if applicable. MaxResults *int64 `type:"integer"` // The token for the next set of results. NextToken *string `type:"string"` // The names of the scaling policies to describe. PolicyNames []*string `type:"list"` // The identifier of the resource associated with the scaling policy. This string // consists of the resource type and unique identifier. If you specify a scalable // dimension, you must also specify a resource ID. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. ResourceId *string `min:"1" type:"string"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. If you specify a scalable dimension, you must // also specify a resource ID. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (DescribeScalingPoliciesInput) GoString ¶
func (s DescribeScalingPoliciesInput) GoString() string
GoString returns the string representation
func (*DescribeScalingPoliciesInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeScalingPoliciesInput) SetMaxResults(v int64) *DescribeScalingPoliciesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeScalingPoliciesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalingPoliciesInput) SetNextToken(v string) *DescribeScalingPoliciesInput
SetNextToken sets the NextToken field's value.
func (*DescribeScalingPoliciesInput) SetPolicyNames ¶ added in v1.5.0
func (s *DescribeScalingPoliciesInput) SetPolicyNames(v []*string) *DescribeScalingPoliciesInput
SetPolicyNames sets the PolicyNames field's value.
func (*DescribeScalingPoliciesInput) SetResourceId ¶ added in v1.5.0
func (s *DescribeScalingPoliciesInput) SetResourceId(v string) *DescribeScalingPoliciesInput
SetResourceId sets the ResourceId field's value.
func (*DescribeScalingPoliciesInput) SetScalableDimension ¶ added in v1.5.0
func (s *DescribeScalingPoliciesInput) SetScalableDimension(v string) *DescribeScalingPoliciesInput
SetScalableDimension sets the ScalableDimension field's value.
func (*DescribeScalingPoliciesInput) SetServiceNamespace ¶ added in v1.5.0
func (s *DescribeScalingPoliciesInput) SetServiceNamespace(v string) *DescribeScalingPoliciesInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (DescribeScalingPoliciesInput) String ¶
func (s DescribeScalingPoliciesInput) String() string
String returns the string representation
func (*DescribeScalingPoliciesInput) Validate ¶
func (s *DescribeScalingPoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeScalingPoliciesOutput ¶
type DescribeScalingPoliciesOutput struct { // The token required to get the next set of results. This value is null if // there are no more results to return. NextToken *string `type:"string"` // Information about the scaling policies. ScalingPolicies []*ScalingPolicy `type:"list"` // contains filtered or unexported fields }
func (DescribeScalingPoliciesOutput) GoString ¶
func (s DescribeScalingPoliciesOutput) GoString() string
GoString returns the string representation
func (*DescribeScalingPoliciesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalingPoliciesOutput) SetNextToken(v string) *DescribeScalingPoliciesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeScalingPoliciesOutput) SetScalingPolicies ¶ added in v1.5.0
func (s *DescribeScalingPoliciesOutput) SetScalingPolicies(v []*ScalingPolicy) *DescribeScalingPoliciesOutput
SetScalingPolicies sets the ScalingPolicies field's value.
func (DescribeScalingPoliciesOutput) String ¶
func (s DescribeScalingPoliciesOutput) String() string
String returns the string representation
type DescribeScheduledActionsInput ¶ added in v1.12.25
type DescribeScheduledActionsInput struct { // The maximum number of scheduled action results. This value can be between // 1 and 50. The default value is 50. // // If this parameter is used, the operation returns up to MaxResults results // at a time, along with a NextToken value. To get the next set of results, // include the NextToken value in a subsequent call. If this parameter is not // used, the operation returns up to 50 results and a NextToken value, if applicable. MaxResults *int64 `type:"integer"` // The token for the next set of results. NextToken *string `type:"string"` // The identifier of the resource associated with the scheduled action. This // string consists of the resource type and unique identifier. If you specify // a scalable dimension, you must also specify a resource ID. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. ResourceId *string `min:"1" type:"string"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. If you specify a scalable dimension, you must // also specify a resource ID. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The names of the scheduled actions to describe. ScheduledActionNames []*string `type:"list"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (DescribeScheduledActionsInput) GoString ¶ added in v1.12.25
func (s DescribeScheduledActionsInput) GoString() string
GoString returns the string representation
func (*DescribeScheduledActionsInput) SetMaxResults ¶ added in v1.12.25
func (s *DescribeScheduledActionsInput) SetMaxResults(v int64) *DescribeScheduledActionsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeScheduledActionsInput) SetNextToken ¶ added in v1.12.25
func (s *DescribeScheduledActionsInput) SetNextToken(v string) *DescribeScheduledActionsInput
SetNextToken sets the NextToken field's value.
func (*DescribeScheduledActionsInput) SetResourceId ¶ added in v1.12.25
func (s *DescribeScheduledActionsInput) SetResourceId(v string) *DescribeScheduledActionsInput
SetResourceId sets the ResourceId field's value.
func (*DescribeScheduledActionsInput) SetScalableDimension ¶ added in v1.12.25
func (s *DescribeScheduledActionsInput) SetScalableDimension(v string) *DescribeScheduledActionsInput
SetScalableDimension sets the ScalableDimension field's value.
func (*DescribeScheduledActionsInput) SetScheduledActionNames ¶ added in v1.12.25
func (s *DescribeScheduledActionsInput) SetScheduledActionNames(v []*string) *DescribeScheduledActionsInput
SetScheduledActionNames sets the ScheduledActionNames field's value.
func (*DescribeScheduledActionsInput) SetServiceNamespace ¶ added in v1.12.25
func (s *DescribeScheduledActionsInput) SetServiceNamespace(v string) *DescribeScheduledActionsInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (DescribeScheduledActionsInput) String ¶ added in v1.12.25
func (s DescribeScheduledActionsInput) String() string
String returns the string representation
func (*DescribeScheduledActionsInput) Validate ¶ added in v1.12.25
func (s *DescribeScheduledActionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeScheduledActionsOutput ¶ added in v1.12.25
type DescribeScheduledActionsOutput struct { // The token required to get the next set of results. This value is null if // there are no more results to return. NextToken *string `type:"string"` // Information about the scheduled actions. ScheduledActions []*ScheduledAction `type:"list"` // contains filtered or unexported fields }
func (DescribeScheduledActionsOutput) GoString ¶ added in v1.12.25
func (s DescribeScheduledActionsOutput) GoString() string
GoString returns the string representation
func (*DescribeScheduledActionsOutput) SetNextToken ¶ added in v1.12.25
func (s *DescribeScheduledActionsOutput) SetNextToken(v string) *DescribeScheduledActionsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeScheduledActionsOutput) SetScheduledActions ¶ added in v1.12.25
func (s *DescribeScheduledActionsOutput) SetScheduledActions(v []*ScheduledAction) *DescribeScheduledActionsOutput
SetScheduledActions sets the ScheduledActions field's value.
func (DescribeScheduledActionsOutput) String ¶ added in v1.12.25
func (s DescribeScheduledActionsOutput) String() string
String returns the string representation
type MetricDimension ¶ added in v1.8.42
type MetricDimension struct { // The name of the dimension. // // Name is a required field Name *string `type:"string" required:"true"` // The value of the dimension. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
Describes the dimension of a metric.
func (MetricDimension) GoString ¶ added in v1.8.42
func (s MetricDimension) GoString() string
GoString returns the string representation
func (*MetricDimension) SetName ¶ added in v1.8.42
func (s *MetricDimension) SetName(v string) *MetricDimension
SetName sets the Name field's value.
func (*MetricDimension) SetValue ¶ added in v1.8.42
func (s *MetricDimension) SetValue(v string) *MetricDimension
SetValue sets the Value field's value.
func (MetricDimension) String ¶ added in v1.8.42
func (s MetricDimension) String() string
String returns the string representation
func (*MetricDimension) Validate ¶ added in v1.8.42
func (s *MetricDimension) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PredefinedMetricSpecification ¶ added in v1.8.42
type PredefinedMetricSpecification struct { // The metric type. The ALBRequestCountPerTarget metric type applies only to // Spot fleet requests and ECS services. // // PredefinedMetricType is a required field PredefinedMetricType *string `type:"string" required:"true" enum:"MetricType"` // Identifies the resource associated with the metric type. You can't specify // a resource label unless the metric type is ALBRequestCountPerTarget and there // is a target group attached to the Spot fleet request or ECS service. // // The format is app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>, // where: // // * app/<load-balancer-name>/<load-balancer-id> is the final portion of // the load balancer ARN // // * targetgroup/<target-group-name>/<target-group-id> is the final portion // of the target group ARN. ResourceLabel *string `min:"1" type:"string"` // contains filtered or unexported fields }
Configures a predefined metric for a target tracking policy.
func (PredefinedMetricSpecification) GoString ¶ added in v1.8.42
func (s PredefinedMetricSpecification) GoString() string
GoString returns the string representation
func (*PredefinedMetricSpecification) SetPredefinedMetricType ¶ added in v1.8.42
func (s *PredefinedMetricSpecification) SetPredefinedMetricType(v string) *PredefinedMetricSpecification
SetPredefinedMetricType sets the PredefinedMetricType field's value.
func (*PredefinedMetricSpecification) SetResourceLabel ¶ added in v1.8.42
func (s *PredefinedMetricSpecification) SetResourceLabel(v string) *PredefinedMetricSpecification
SetResourceLabel sets the ResourceLabel field's value.
func (PredefinedMetricSpecification) String ¶ added in v1.8.42
func (s PredefinedMetricSpecification) String() string
String returns the string representation
func (*PredefinedMetricSpecification) Validate ¶ added in v1.8.42
func (s *PredefinedMetricSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutScalingPolicyInput ¶
type PutScalingPolicyInput struct { // The name of the scaling policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The policy type. This parameter is required if you are creating a policy. // // For DynamoDB, only TargetTrackingScaling is supported. For Amazon ECS, Spot // Fleet, and Amazon RDS, both StepScaling and TargetTrackingScaling are supported. // For any other service, only StepScaling is supported. PolicyType *string `type:"string" enum:"PolicyType"` // The identifier of the resource associated with the scaling policy. This string // consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // A step scaling policy. // // This parameter is required if you are creating a policy and the policy type // is StepScaling. StepScalingPolicyConfiguration *StepScalingPolicyConfiguration `type:"structure"` // A target tracking policy. // // This parameter is required if you are creating a policy and the policy type // is TargetTrackingScaling. TargetTrackingScalingPolicyConfiguration *TargetTrackingScalingPolicyConfiguration `type:"structure"` // contains filtered or unexported fields }
func (PutScalingPolicyInput) GoString ¶
func (s PutScalingPolicyInput) GoString() string
GoString returns the string representation
func (*PutScalingPolicyInput) SetPolicyName ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetPolicyName(v string) *PutScalingPolicyInput
SetPolicyName sets the PolicyName field's value.
func (*PutScalingPolicyInput) SetPolicyType ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetPolicyType(v string) *PutScalingPolicyInput
SetPolicyType sets the PolicyType field's value.
func (*PutScalingPolicyInput) SetResourceId ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetResourceId(v string) *PutScalingPolicyInput
SetResourceId sets the ResourceId field's value.
func (*PutScalingPolicyInput) SetScalableDimension ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetScalableDimension(v string) *PutScalingPolicyInput
SetScalableDimension sets the ScalableDimension field's value.
func (*PutScalingPolicyInput) SetServiceNamespace ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetServiceNamespace(v string) *PutScalingPolicyInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (*PutScalingPolicyInput) SetStepScalingPolicyConfiguration ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetStepScalingPolicyConfiguration(v *StepScalingPolicyConfiguration) *PutScalingPolicyInput
SetStepScalingPolicyConfiguration sets the StepScalingPolicyConfiguration field's value.
func (*PutScalingPolicyInput) SetTargetTrackingScalingPolicyConfiguration ¶ added in v1.8.42
func (s *PutScalingPolicyInput) SetTargetTrackingScalingPolicyConfiguration(v *TargetTrackingScalingPolicyConfiguration) *PutScalingPolicyInput
SetTargetTrackingScalingPolicyConfiguration sets the TargetTrackingScalingPolicyConfiguration field's value.
func (PutScalingPolicyInput) String ¶
func (s PutScalingPolicyInput) String() string
String returns the string representation
func (*PutScalingPolicyInput) Validate ¶
func (s *PutScalingPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutScalingPolicyOutput ¶
type PutScalingPolicyOutput struct { // The CloudWatch alarms created for the target tracking policy. Alarms []*Alarm `type:"list"` // The Amazon Resource Name (ARN) of the resulting scaling policy. // // PolicyARN is a required field PolicyARN *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutScalingPolicyOutput) GoString ¶
func (s PutScalingPolicyOutput) GoString() string
GoString returns the string representation
func (*PutScalingPolicyOutput) SetAlarms ¶ added in v1.8.42
func (s *PutScalingPolicyOutput) SetAlarms(v []*Alarm) *PutScalingPolicyOutput
SetAlarms sets the Alarms field's value.
func (*PutScalingPolicyOutput) SetPolicyARN ¶ added in v1.5.0
func (s *PutScalingPolicyOutput) SetPolicyARN(v string) *PutScalingPolicyOutput
SetPolicyARN sets the PolicyARN field's value.
func (PutScalingPolicyOutput) String ¶
func (s PutScalingPolicyOutput) String() string
String returns the string representation
type PutScheduledActionInput ¶ added in v1.12.25
type PutScheduledActionInput struct { // The date and time for the scheduled action to end. EndTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The identifier of the resource associated with the scheduled action. This // string consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension. This parameter is required if you are creating a // scheduled action. This string consists of the service namespace, resource // type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The new minimum and maximum capacity. You can set both values or just one. // During the scheduled time, if the current capacity is below the minimum capacity, // Application Auto Scaling scales out to the minimum capacity. If the current // capacity is above the maximum capacity, Application Auto Scaling scales in // to the maximum capacity. ScalableTargetAction *ScalableTargetAction `type:"structure"` // The schedule for this action. The following formats are supported: // // * At expressions - at(yyyy-mm-ddThh:mm:ss) // // * Rate expressions - rate(valueunit) // // * Cron expressions - cron(fields) // // At expressions are useful for one-time schedules. Specify the time, in UTC. // // For rate expressions, value is a positive integer and unit is minute | minutes // | hour | hours | day | days. // // For more information about cron expressions, see Cron (https://en.wikipedia.org/wiki/Cron). Schedule *string `min:"1" type:"string"` // The name of the scheduled action. // // ScheduledActionName is a required field ScheduledActionName *string `min:"1" type:"string" required:"true"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // The date and time for the scheduled action to start. StartTime *time.Time `type:"timestamp" timestampFormat:"unix"` // contains filtered or unexported fields }
func (PutScheduledActionInput) GoString ¶ added in v1.12.25
func (s PutScheduledActionInput) GoString() string
GoString returns the string representation
func (*PutScheduledActionInput) SetEndTime ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetEndTime(v time.Time) *PutScheduledActionInput
SetEndTime sets the EndTime field's value.
func (*PutScheduledActionInput) SetResourceId ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetResourceId(v string) *PutScheduledActionInput
SetResourceId sets the ResourceId field's value.
func (*PutScheduledActionInput) SetScalableDimension ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetScalableDimension(v string) *PutScheduledActionInput
SetScalableDimension sets the ScalableDimension field's value.
func (*PutScheduledActionInput) SetScalableTargetAction ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetScalableTargetAction(v *ScalableTargetAction) *PutScheduledActionInput
SetScalableTargetAction sets the ScalableTargetAction field's value.
func (*PutScheduledActionInput) SetSchedule ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetSchedule(v string) *PutScheduledActionInput
SetSchedule sets the Schedule field's value.
func (*PutScheduledActionInput) SetScheduledActionName ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetScheduledActionName(v string) *PutScheduledActionInput
SetScheduledActionName sets the ScheduledActionName field's value.
func (*PutScheduledActionInput) SetServiceNamespace ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetServiceNamespace(v string) *PutScheduledActionInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (*PutScheduledActionInput) SetStartTime ¶ added in v1.12.25
func (s *PutScheduledActionInput) SetStartTime(v time.Time) *PutScheduledActionInput
SetStartTime sets the StartTime field's value.
func (PutScheduledActionInput) String ¶ added in v1.12.25
func (s PutScheduledActionInput) String() string
String returns the string representation
func (*PutScheduledActionInput) Validate ¶ added in v1.12.25
func (s *PutScheduledActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutScheduledActionOutput ¶ added in v1.12.25
type PutScheduledActionOutput struct {
// contains filtered or unexported fields
}
func (PutScheduledActionOutput) GoString ¶ added in v1.12.25
func (s PutScheduledActionOutput) GoString() string
GoString returns the string representation
func (PutScheduledActionOutput) String ¶ added in v1.12.25
func (s PutScheduledActionOutput) String() string
String returns the string representation
type RegisterScalableTargetInput ¶
type RegisterScalableTargetInput struct { // The maximum value to scale to in response to a scale out event. This parameter // is required if you are registering a scalable target. MaxCapacity *int64 `type:"integer"` // The minimum value to scale to in response to a scale in event. This parameter // is required if you are registering a scalable target. MinCapacity *int64 `type:"integer"` // The identifier of the resource associated with the scalable target. This // string consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // Application Auto Scaling creates a service-linked role that grants it permissions // to modify the scalable target on your behalf. For more information, see Service-Linked // Roles for Application Auto Scaling (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/APIReference/application-autoscaling-service-linked-roles.html). // // For resources that are not supported using a service-linked role, this parameter // is required and must specify the ARN of an IAM role that allows Application // Auto Scaling to modify the scalable target on your behalf. RoleARN *string `min:"1" type:"string"` // The scalable dimension associated with the scalable target. This string consists // of the service namespace, resource type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
func (RegisterScalableTargetInput) GoString ¶
func (s RegisterScalableTargetInput) GoString() string
GoString returns the string representation
func (*RegisterScalableTargetInput) SetMaxCapacity ¶ added in v1.5.0
func (s *RegisterScalableTargetInput) SetMaxCapacity(v int64) *RegisterScalableTargetInput
SetMaxCapacity sets the MaxCapacity field's value.
func (*RegisterScalableTargetInput) SetMinCapacity ¶ added in v1.5.0
func (s *RegisterScalableTargetInput) SetMinCapacity(v int64) *RegisterScalableTargetInput
SetMinCapacity sets the MinCapacity field's value.
func (*RegisterScalableTargetInput) SetResourceId ¶ added in v1.5.0
func (s *RegisterScalableTargetInput) SetResourceId(v string) *RegisterScalableTargetInput
SetResourceId sets the ResourceId field's value.
func (*RegisterScalableTargetInput) SetRoleARN ¶ added in v1.5.0
func (s *RegisterScalableTargetInput) SetRoleARN(v string) *RegisterScalableTargetInput
SetRoleARN sets the RoleARN field's value.
func (*RegisterScalableTargetInput) SetScalableDimension ¶ added in v1.5.0
func (s *RegisterScalableTargetInput) SetScalableDimension(v string) *RegisterScalableTargetInput
SetScalableDimension sets the ScalableDimension field's value.
func (*RegisterScalableTargetInput) SetServiceNamespace ¶ added in v1.5.0
func (s *RegisterScalableTargetInput) SetServiceNamespace(v string) *RegisterScalableTargetInput
SetServiceNamespace sets the ServiceNamespace field's value.
func (RegisterScalableTargetInput) String ¶
func (s RegisterScalableTargetInput) String() string
String returns the string representation
func (*RegisterScalableTargetInput) Validate ¶
func (s *RegisterScalableTargetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterScalableTargetOutput ¶
type RegisterScalableTargetOutput struct {
// contains filtered or unexported fields
}
func (RegisterScalableTargetOutput) GoString ¶
func (s RegisterScalableTargetOutput) GoString() string
GoString returns the string representation
func (RegisterScalableTargetOutput) String ¶
func (s RegisterScalableTargetOutput) String() string
String returns the string representation
type ScalableTarget ¶
type ScalableTarget struct { // The Unix timestamp for when the scalable target was created. // // CreationTime is a required field CreationTime *time.Time `type:"timestamp" timestampFormat:"unix" required:"true"` // The maximum value to scale to in response to a scale out event. // // MaxCapacity is a required field MaxCapacity *int64 `type:"integer" required:"true"` // The minimum value to scale to in response to a scale in event. // // MinCapacity is a required field MinCapacity *int64 `type:"integer" required:"true"` // The identifier of the resource associated with the scalable target. This // string consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The ARN of an IAM role that allows Application Auto Scaling to modify the // scalable target on your behalf. // // RoleARN is a required field RoleARN *string `min:"1" type:"string" required:"true"` // The scalable dimension associated with the scalable target. This string consists // of the service namespace, resource type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // contains filtered or unexported fields }
Represents a scalable target.
func (ScalableTarget) GoString ¶
func (s ScalableTarget) GoString() string
GoString returns the string representation
func (*ScalableTarget) SetCreationTime ¶ added in v1.5.0
func (s *ScalableTarget) SetCreationTime(v time.Time) *ScalableTarget
SetCreationTime sets the CreationTime field's value.
func (*ScalableTarget) SetMaxCapacity ¶ added in v1.5.0
func (s *ScalableTarget) SetMaxCapacity(v int64) *ScalableTarget
SetMaxCapacity sets the MaxCapacity field's value.
func (*ScalableTarget) SetMinCapacity ¶ added in v1.5.0
func (s *ScalableTarget) SetMinCapacity(v int64) *ScalableTarget
SetMinCapacity sets the MinCapacity field's value.
func (*ScalableTarget) SetResourceId ¶ added in v1.5.0
func (s *ScalableTarget) SetResourceId(v string) *ScalableTarget
SetResourceId sets the ResourceId field's value.
func (*ScalableTarget) SetRoleARN ¶ added in v1.5.0
func (s *ScalableTarget) SetRoleARN(v string) *ScalableTarget
SetRoleARN sets the RoleARN field's value.
func (*ScalableTarget) SetScalableDimension ¶ added in v1.5.0
func (s *ScalableTarget) SetScalableDimension(v string) *ScalableTarget
SetScalableDimension sets the ScalableDimension field's value.
func (*ScalableTarget) SetServiceNamespace ¶ added in v1.5.0
func (s *ScalableTarget) SetServiceNamespace(v string) *ScalableTarget
SetServiceNamespace sets the ServiceNamespace field's value.
func (ScalableTarget) String ¶
func (s ScalableTarget) String() string
String returns the string representation
type ScalableTargetAction ¶ added in v1.12.25
type ScalableTargetAction struct { // The maximum capacity. MaxCapacity *int64 `type:"integer"` // The minimum capacity. MinCapacity *int64 `type:"integer"` // contains filtered or unexported fields }
Represents the minimum and maximum capacity for a scheduled action.
func (ScalableTargetAction) GoString ¶ added in v1.12.25
func (s ScalableTargetAction) GoString() string
GoString returns the string representation
func (*ScalableTargetAction) SetMaxCapacity ¶ added in v1.12.25
func (s *ScalableTargetAction) SetMaxCapacity(v int64) *ScalableTargetAction
SetMaxCapacity sets the MaxCapacity field's value.
func (*ScalableTargetAction) SetMinCapacity ¶ added in v1.12.25
func (s *ScalableTargetAction) SetMinCapacity(v int64) *ScalableTargetAction
SetMinCapacity sets the MinCapacity field's value.
func (ScalableTargetAction) String ¶ added in v1.12.25
func (s ScalableTargetAction) String() string
String returns the string representation
type ScalingActivity ¶
type ScalingActivity struct { // The unique identifier of the scaling activity. // // ActivityId is a required field ActivityId *string `type:"string" required:"true"` // A simple description of what caused the scaling activity to happen. // // Cause is a required field Cause *string `type:"string" required:"true"` // A simple description of what action the scaling activity intends to accomplish. // // Description is a required field Description *string `type:"string" required:"true"` // The details about the scaling activity. Details *string `type:"string"` // The Unix timestamp for when the scaling activity ended. EndTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The identifier of the resource associated with the scaling activity. This // string consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // The Unix timestamp for when the scaling activity began. // // StartTime is a required field StartTime *time.Time `type:"timestamp" timestampFormat:"unix" required:"true"` // Indicates the status of the scaling activity. // // StatusCode is a required field StatusCode *string `type:"string" required:"true" enum:"ScalingActivityStatusCode"` // A simple message about the current status of the scaling activity. StatusMessage *string `type:"string"` // contains filtered or unexported fields }
Represents a scaling activity.
func (ScalingActivity) GoString ¶
func (s ScalingActivity) GoString() string
GoString returns the string representation
func (*ScalingActivity) SetActivityId ¶ added in v1.5.0
func (s *ScalingActivity) SetActivityId(v string) *ScalingActivity
SetActivityId sets the ActivityId field's value.
func (*ScalingActivity) SetCause ¶ added in v1.5.0
func (s *ScalingActivity) SetCause(v string) *ScalingActivity
SetCause sets the Cause field's value.
func (*ScalingActivity) SetDescription ¶ added in v1.5.0
func (s *ScalingActivity) SetDescription(v string) *ScalingActivity
SetDescription sets the Description field's value.
func (*ScalingActivity) SetDetails ¶ added in v1.5.0
func (s *ScalingActivity) SetDetails(v string) *ScalingActivity
SetDetails sets the Details field's value.
func (*ScalingActivity) SetEndTime ¶ added in v1.5.0
func (s *ScalingActivity) SetEndTime(v time.Time) *ScalingActivity
SetEndTime sets the EndTime field's value.
func (*ScalingActivity) SetResourceId ¶ added in v1.5.0
func (s *ScalingActivity) SetResourceId(v string) *ScalingActivity
SetResourceId sets the ResourceId field's value.
func (*ScalingActivity) SetScalableDimension ¶ added in v1.5.0
func (s *ScalingActivity) SetScalableDimension(v string) *ScalingActivity
SetScalableDimension sets the ScalableDimension field's value.
func (*ScalingActivity) SetServiceNamespace ¶ added in v1.5.0
func (s *ScalingActivity) SetServiceNamespace(v string) *ScalingActivity
SetServiceNamespace sets the ServiceNamespace field's value.
func (*ScalingActivity) SetStartTime ¶ added in v1.5.0
func (s *ScalingActivity) SetStartTime(v time.Time) *ScalingActivity
SetStartTime sets the StartTime field's value.
func (*ScalingActivity) SetStatusCode ¶ added in v1.5.0
func (s *ScalingActivity) SetStatusCode(v string) *ScalingActivity
SetStatusCode sets the StatusCode field's value.
func (*ScalingActivity) SetStatusMessage ¶ added in v1.5.0
func (s *ScalingActivity) SetStatusMessage(v string) *ScalingActivity
SetStatusMessage sets the StatusMessage field's value.
func (ScalingActivity) String ¶
func (s ScalingActivity) String() string
String returns the string representation
type ScalingPolicy ¶
type ScalingPolicy struct { // The CloudWatch alarms associated with the scaling policy. Alarms []*Alarm `type:"list"` // The Unix timestamp for when the scaling policy was created. // // CreationTime is a required field CreationTime *time.Time `type:"timestamp" timestampFormat:"unix" required:"true"` // The Amazon Resource Name (ARN) of the scaling policy. // // PolicyARN is a required field PolicyARN *string `min:"1" type:"string" required:"true"` // The name of the scaling policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // The scaling policy type. // // PolicyType is a required field PolicyType *string `type:"string" required:"true" enum:"PolicyType"` // The identifier of the resource associated with the scaling policy. This string // consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. // // ScalableDimension is a required field ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // A step scaling policy. StepScalingPolicyConfiguration *StepScalingPolicyConfiguration `type:"structure"` // A target tracking policy. TargetTrackingScalingPolicyConfiguration *TargetTrackingScalingPolicyConfiguration `type:"structure"` // contains filtered or unexported fields }
Represents a scaling policy.
func (ScalingPolicy) GoString ¶
func (s ScalingPolicy) GoString() string
GoString returns the string representation
func (*ScalingPolicy) SetAlarms ¶ added in v1.5.0
func (s *ScalingPolicy) SetAlarms(v []*Alarm) *ScalingPolicy
SetAlarms sets the Alarms field's value.
func (*ScalingPolicy) SetCreationTime ¶ added in v1.5.0
func (s *ScalingPolicy) SetCreationTime(v time.Time) *ScalingPolicy
SetCreationTime sets the CreationTime field's value.
func (*ScalingPolicy) SetPolicyARN ¶ added in v1.5.0
func (s *ScalingPolicy) SetPolicyARN(v string) *ScalingPolicy
SetPolicyARN sets the PolicyARN field's value.
func (*ScalingPolicy) SetPolicyName ¶ added in v1.5.0
func (s *ScalingPolicy) SetPolicyName(v string) *ScalingPolicy
SetPolicyName sets the PolicyName field's value.
func (*ScalingPolicy) SetPolicyType ¶ added in v1.5.0
func (s *ScalingPolicy) SetPolicyType(v string) *ScalingPolicy
SetPolicyType sets the PolicyType field's value.
func (*ScalingPolicy) SetResourceId ¶ added in v1.5.0
func (s *ScalingPolicy) SetResourceId(v string) *ScalingPolicy
SetResourceId sets the ResourceId field's value.
func (*ScalingPolicy) SetScalableDimension ¶ added in v1.5.0
func (s *ScalingPolicy) SetScalableDimension(v string) *ScalingPolicy
SetScalableDimension sets the ScalableDimension field's value.
func (*ScalingPolicy) SetServiceNamespace ¶ added in v1.5.0
func (s *ScalingPolicy) SetServiceNamespace(v string) *ScalingPolicy
SetServiceNamespace sets the ServiceNamespace field's value.
func (*ScalingPolicy) SetStepScalingPolicyConfiguration ¶ added in v1.5.0
func (s *ScalingPolicy) SetStepScalingPolicyConfiguration(v *StepScalingPolicyConfiguration) *ScalingPolicy
SetStepScalingPolicyConfiguration sets the StepScalingPolicyConfiguration field's value.
func (*ScalingPolicy) SetTargetTrackingScalingPolicyConfiguration ¶ added in v1.8.42
func (s *ScalingPolicy) SetTargetTrackingScalingPolicyConfiguration(v *TargetTrackingScalingPolicyConfiguration) *ScalingPolicy
SetTargetTrackingScalingPolicyConfiguration sets the TargetTrackingScalingPolicyConfiguration field's value.
func (ScalingPolicy) String ¶
func (s ScalingPolicy) String() string
String returns the string representation
type ScheduledAction ¶ added in v1.12.25
type ScheduledAction struct { // The date and time that the scheduled action was created. // // CreationTime is a required field CreationTime *time.Time `type:"timestamp" timestampFormat:"unix" required:"true"` // The date and time that the action is scheduled to end. EndTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The identifier of the resource associated with the scaling policy. This string // consists of the resource type and unique identifier. // // * ECS service - The resource type is service and the unique identifier // is the cluster name and service name. Example: service/default/sample-webapp. // // * Spot fleet request - The resource type is spot-fleet-request and the // unique identifier is the Spot fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE. // // * EMR cluster - The resource type is instancegroup and the unique identifier // is the cluster ID and instance group ID. Example: instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0. // // * AppStream 2.0 fleet - The resource type is fleet and the unique identifier // is the fleet name. Example: fleet/sample-fleet. // // * DynamoDB table - The resource type is table and the unique identifier // is the resource ID. Example: table/my-table. // // * DynamoDB global secondary index - The resource type is index and the // unique identifier is the resource ID. Example: table/my-table/index/my-table-index. // // * Aurora DB cluster - The resource type is cluster and the unique identifier // is the cluster name. Example: cluster:my-db-cluster. // // * Amazon SageMaker endpoint variants - The resource type is variant and // the unique identifier is the resource ID. Example: endpoint/my-end-point/variant/KMeansClustering. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The scalable dimension. This string consists of the service namespace, resource // type, and scaling property. // // * ecs:service:DesiredCount - The desired task count of an ECS service. // // * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot // fleet request. // // * elasticmapreduce:instancegroup:InstanceCount - The instance count of // an EMR Instance Group. // // * appstream:fleet:DesiredCapacity - The desired capacity of an AppStream // 2.0 fleet. // // * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB table. // // * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB table. // // * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for // a DynamoDB global secondary index. // // * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for // a DynamoDB global secondary index. // // * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora // DB cluster. Available for Aurora MySQL-compatible edition. // // * sagemaker:variant:DesiredInstanceCount - The number of EC2 instances // for an Amazon SageMaker model endpoint variant. ScalableDimension *string `type:"string" enum:"ScalableDimension"` // The new minimum and maximum capacity. You can set both values or just one. // During the scheduled time, if the current capacity is below the minimum capacity, // Application Auto Scaling scales out to the minimum capacity. If the current // capacity is above the maximum capacity, Application Auto Scaling scales in // to the maximum capacity. ScalableTargetAction *ScalableTargetAction `type:"structure"` // The schedule for this action. The following formats are supported: // // * At expressions - at(yyyy-mm-ddThh:mm:ss) // // * Rate expressions - rate(valueunit) // // * Cron expressions - cron(fields) // // At expressions are useful for one-time schedules. Specify the time, in UTC. // // For rate expressions, value is a positive integer and unit is minute | minutes // | hour | hours | day | days. // // For more information about cron expressions, see Cron (https://en.wikipedia.org/wiki/Cron). // // Schedule is a required field Schedule *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the scheduled action. // // ScheduledActionARN is a required field ScheduledActionARN *string `min:"1" type:"string" required:"true"` // The name of the scheduled action. // // ScheduledActionName is a required field ScheduledActionName *string `min:"1" type:"string" required:"true"` // The namespace of the AWS service. For more information, see AWS Service Namespaces // (http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces) // in the Amazon Web Services General Reference. // // ServiceNamespace is a required field ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"` // The date and time that the action is scheduled to begin. StartTime *time.Time `type:"timestamp" timestampFormat:"unix"` // contains filtered or unexported fields }
Represents a scheduled action.
func (ScheduledAction) GoString ¶ added in v1.12.25
func (s ScheduledAction) GoString() string
GoString returns the string representation
func (*ScheduledAction) SetCreationTime ¶ added in v1.12.25
func (s *ScheduledAction) SetCreationTime(v time.Time) *ScheduledAction
SetCreationTime sets the CreationTime field's value.
func (*ScheduledAction) SetEndTime ¶ added in v1.12.25
func (s *ScheduledAction) SetEndTime(v time.Time) *ScheduledAction
SetEndTime sets the EndTime field's value.
func (*ScheduledAction) SetResourceId ¶ added in v1.12.25
func (s *ScheduledAction) SetResourceId(v string) *ScheduledAction
SetResourceId sets the ResourceId field's value.
func (*ScheduledAction) SetScalableDimension ¶ added in v1.12.25
func (s *ScheduledAction) SetScalableDimension(v string) *ScheduledAction
SetScalableDimension sets the ScalableDimension field's value.
func (*ScheduledAction) SetScalableTargetAction ¶ added in v1.12.25
func (s *ScheduledAction) SetScalableTargetAction(v *ScalableTargetAction) *ScheduledAction
SetScalableTargetAction sets the ScalableTargetAction field's value.
func (*ScheduledAction) SetSchedule ¶ added in v1.12.25
func (s *ScheduledAction) SetSchedule(v string) *ScheduledAction
SetSchedule sets the Schedule field's value.
func (*ScheduledAction) SetScheduledActionARN ¶ added in v1.12.25
func (s *ScheduledAction) SetScheduledActionARN(v string) *ScheduledAction
SetScheduledActionARN sets the ScheduledActionARN field's value.
func (*ScheduledAction) SetScheduledActionName ¶ added in v1.12.25
func (s *ScheduledAction) SetScheduledActionName(v string) *ScheduledAction
SetScheduledActionName sets the ScheduledActionName field's value.
func (*ScheduledAction) SetServiceNamespace ¶ added in v1.12.25
func (s *ScheduledAction) SetServiceNamespace(v string) *ScheduledAction
SetServiceNamespace sets the ServiceNamespace field's value.
func (*ScheduledAction) SetStartTime ¶ added in v1.12.25
func (s *ScheduledAction) SetStartTime(v time.Time) *ScheduledAction
SetStartTime sets the StartTime field's value.
func (ScheduledAction) String ¶ added in v1.12.25
func (s ScheduledAction) String() string
String returns the string representation
type StepAdjustment ¶
type StepAdjustment struct { // The lower bound for the difference between the alarm threshold and the CloudWatch // metric. If the metric value is above the breach threshold, the lower bound // is inclusive (the metric must be greater than or equal to the threshold plus // the lower bound). Otherwise, it is exclusive (the metric must be greater // than the threshold plus the lower bound). A null value indicates negative // infinity. MetricIntervalLowerBound *float64 `type:"double"` // The upper bound for the difference between the alarm threshold and the CloudWatch // metric. If the metric value is above the breach threshold, the upper bound // is exclusive (the metric must be less than the threshold plus the upper bound). // Otherwise, it is inclusive (the metric must be less than or equal to the // threshold plus the upper bound). A null value indicates positive infinity. // // The upper bound must be greater than the lower bound. MetricIntervalUpperBound *float64 `type:"double"` // The amount by which to scale, based on the specified adjustment type. A positive // value adds to the current scalable dimension while a negative number removes // from the current scalable dimension. // // ScalingAdjustment is a required field ScalingAdjustment *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Represents a step adjustment for a StepScalingPolicyConfiguration. Describes an adjustment based on the difference between the value of the aggregated CloudWatch metric and the breach threshold that you've defined for the alarm.
For the following examples, suppose that you have an alarm with a breach threshold of 50:
To trigger the adjustment when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.
To trigger the adjustment when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.
There are a few rules for the step adjustments for your step policy:
The ranges of your step adjustments can't overlap or have a gap.
At most one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound.
At most one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound.
The upper and lower bound can't be null in the same step adjustment.
func (StepAdjustment) GoString ¶
func (s StepAdjustment) GoString() string
GoString returns the string representation
func (*StepAdjustment) SetMetricIntervalLowerBound ¶ added in v1.5.0
func (s *StepAdjustment) SetMetricIntervalLowerBound(v float64) *StepAdjustment
SetMetricIntervalLowerBound sets the MetricIntervalLowerBound field's value.
func (*StepAdjustment) SetMetricIntervalUpperBound ¶ added in v1.5.0
func (s *StepAdjustment) SetMetricIntervalUpperBound(v float64) *StepAdjustment
SetMetricIntervalUpperBound sets the MetricIntervalUpperBound field's value.
func (*StepAdjustment) SetScalingAdjustment ¶ added in v1.5.0
func (s *StepAdjustment) SetScalingAdjustment(v int64) *StepAdjustment
SetScalingAdjustment sets the ScalingAdjustment field's value.
func (StepAdjustment) String ¶
func (s StepAdjustment) String() string
String returns the string representation
func (*StepAdjustment) Validate ¶
func (s *StepAdjustment) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StepScalingPolicyConfiguration ¶
type StepScalingPolicyConfiguration struct { // The adjustment type, which specifies how the ScalingAdjustment parameter // in a StepAdjustment is interpreted. AdjustmentType *string `type:"string" enum:"AdjustmentType"` // The amount of time, in seconds, after a scaling activity completes where // previous trigger-related scaling activities can influence future scaling // events. // // For scale out policies, while the cooldown period is in effect, the capacity // that has been added by the previous scale out event that initiated the cooldown // is calculated as part of the desired capacity for the next scale out. The // intention is to continuously (but not excessively) scale out. For example, // an alarm triggers a step scaling policy to scale out an Amazon ECS service // by 2 tasks, the scaling activity completes successfully, and a cooldown period // of 5 minutes starts. During the Cooldown period, if the alarm triggers the // same policy again but at a more aggressive step adjustment to scale out the // service by 3 tasks, the 2 tasks that were added in the previous scale out // event are considered part of that capacity and only 1 additional task is // added to the desired count. // // For scale in policies, the cooldown period is used to block subsequent scale // in requests until it has expired. The intention is to scale in conservatively // to protect your application's availability. However, if another alarm triggers // a scale out policy during the cooldown period after a scale-in, Application // Auto Scaling scales out your scalable target immediately. Cooldown *int64 `type:"integer"` // The aggregation type for the CloudWatch metrics. Valid values are Minimum, // Maximum, and Average. MetricAggregationType *string `type:"string" enum:"MetricAggregationType"` // The minimum number to adjust your scalable dimension as a result of a scaling // activity. If the adjustment type is PercentChangeInCapacity, the scaling // policy changes the scalable dimension of the scalable target by this amount. MinAdjustmentMagnitude *int64 `type:"integer"` // A set of adjustments that enable you to scale based on the size of the alarm // breach. StepAdjustments []*StepAdjustment `type:"list"` // contains filtered or unexported fields }
Represents a step scaling policy configuration.
func (StepScalingPolicyConfiguration) GoString ¶
func (s StepScalingPolicyConfiguration) GoString() string
GoString returns the string representation
func (*StepScalingPolicyConfiguration) SetAdjustmentType ¶ added in v1.5.0
func (s *StepScalingPolicyConfiguration) SetAdjustmentType(v string) *StepScalingPolicyConfiguration
SetAdjustmentType sets the AdjustmentType field's value.
func (*StepScalingPolicyConfiguration) SetCooldown ¶ added in v1.5.0
func (s *StepScalingPolicyConfiguration) SetCooldown(v int64) *StepScalingPolicyConfiguration
SetCooldown sets the Cooldown field's value.
func (*StepScalingPolicyConfiguration) SetMetricAggregationType ¶ added in v1.5.0
func (s *StepScalingPolicyConfiguration) SetMetricAggregationType(v string) *StepScalingPolicyConfiguration
SetMetricAggregationType sets the MetricAggregationType field's value.
func (*StepScalingPolicyConfiguration) SetMinAdjustmentMagnitude ¶ added in v1.5.0
func (s *StepScalingPolicyConfiguration) SetMinAdjustmentMagnitude(v int64) *StepScalingPolicyConfiguration
SetMinAdjustmentMagnitude sets the MinAdjustmentMagnitude field's value.
func (*StepScalingPolicyConfiguration) SetStepAdjustments ¶ added in v1.5.0
func (s *StepScalingPolicyConfiguration) SetStepAdjustments(v []*StepAdjustment) *StepScalingPolicyConfiguration
SetStepAdjustments sets the StepAdjustments field's value.
func (StepScalingPolicyConfiguration) String ¶
func (s StepScalingPolicyConfiguration) String() string
String returns the string representation
func (*StepScalingPolicyConfiguration) Validate ¶
func (s *StepScalingPolicyConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TargetTrackingScalingPolicyConfiguration ¶ added in v1.8.42
type TargetTrackingScalingPolicyConfiguration struct { // A customized metric. CustomizedMetricSpecification *CustomizedMetricSpecification `type:"structure"` // Indicates whether scale in by the target tracking policy is disabled. If // the value is true, scale in is disabled and the target tracking policy won't // remove capacity from the scalable resource. Otherwise, scale in is enabled // and the target tracking policy can remove capacity from the scalable resource. // The default value is false. DisableScaleIn *bool `type:"boolean"` // A predefined metric. PredefinedMetricSpecification *PredefinedMetricSpecification `type:"structure"` // The amount of time, in seconds, after a scale in activity completes before // another scale in activity can start. // // The cooldown period is used to block subsequent scale in requests until it // has expired. The intention is to scale in conservatively to protect your // application's availability. However, if another alarm triggers a scale out // policy during the cooldown period after a scale-in, Application Auto Scaling // scales out your scalable target immediately. ScaleInCooldown *int64 `type:"integer"` // The amount of time, in seconds, after a scale out activity completes before // another scale out activity can start. // // While the cooldown period is in effect, the capacity that has been added // by the previous scale out event that initiated the cooldown is calculated // as part of the desired capacity for the next scale out. The intention is // to continuously (but not excessively) scale out. ScaleOutCooldown *int64 `type:"integer"` // The target value for the metric. The range is 8.515920e-109 to 1.174271e+108 // (Base 10) or 2e-360 to 2e360 (Base 2). // // TargetValue is a required field TargetValue *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
Represents a target tracking scaling policy configuration.
func (TargetTrackingScalingPolicyConfiguration) GoString ¶ added in v1.8.42
func (s TargetTrackingScalingPolicyConfiguration) GoString() string
GoString returns the string representation
func (*TargetTrackingScalingPolicyConfiguration) SetCustomizedMetricSpecification ¶ added in v1.8.42
func (s *TargetTrackingScalingPolicyConfiguration) SetCustomizedMetricSpecification(v *CustomizedMetricSpecification) *TargetTrackingScalingPolicyConfiguration
SetCustomizedMetricSpecification sets the CustomizedMetricSpecification field's value.
func (*TargetTrackingScalingPolicyConfiguration) SetDisableScaleIn ¶ added in v1.10.35
func (s *TargetTrackingScalingPolicyConfiguration) SetDisableScaleIn(v bool) *TargetTrackingScalingPolicyConfiguration
SetDisableScaleIn sets the DisableScaleIn field's value.
func (*TargetTrackingScalingPolicyConfiguration) SetPredefinedMetricSpecification ¶ added in v1.8.42
func (s *TargetTrackingScalingPolicyConfiguration) SetPredefinedMetricSpecification(v *PredefinedMetricSpecification) *TargetTrackingScalingPolicyConfiguration
SetPredefinedMetricSpecification sets the PredefinedMetricSpecification field's value.
func (*TargetTrackingScalingPolicyConfiguration) SetScaleInCooldown ¶ added in v1.8.42
func (s *TargetTrackingScalingPolicyConfiguration) SetScaleInCooldown(v int64) *TargetTrackingScalingPolicyConfiguration
SetScaleInCooldown sets the ScaleInCooldown field's value.
func (*TargetTrackingScalingPolicyConfiguration) SetScaleOutCooldown ¶ added in v1.8.42
func (s *TargetTrackingScalingPolicyConfiguration) SetScaleOutCooldown(v int64) *TargetTrackingScalingPolicyConfiguration
SetScaleOutCooldown sets the ScaleOutCooldown field's value.
func (*TargetTrackingScalingPolicyConfiguration) SetTargetValue ¶ added in v1.8.42
func (s *TargetTrackingScalingPolicyConfiguration) SetTargetValue(v float64) *TargetTrackingScalingPolicyConfiguration
SetTargetValue sets the TargetValue field's value.
func (TargetTrackingScalingPolicyConfiguration) String ¶ added in v1.8.42
func (s TargetTrackingScalingPolicyConfiguration) String() string
String returns the string representation
func (*TargetTrackingScalingPolicyConfiguration) Validate ¶ added in v1.8.42
func (s *TargetTrackingScalingPolicyConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
Directories ¶
Path | Synopsis |
---|---|
Package applicationautoscalingiface provides an interface to enable mocking the Application Auto Scaling service client for testing your code.
|
Package applicationautoscalingiface provides an interface to enable mocking the Application Auto Scaling service client for testing your code. |