AWS SDK for .NET Documentation
EnableMetricsCollectionRequest Class
AmazonAmazon.AutoScaling.ModelEnableMetricsCollectionRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the EnableMetricsCollection operation.

Enables monitoring of group metrics for the Auto Scaling group specified in AutoScalingGroupName . You can specify the list of enabled metrics with the Metrics parameter.

Auto Scaling metrics collection can be turned on only if the InstanceMonitoring flag, in the Auto Scaling group's launch configuration, is set to True .

Declaration Syntax
C#
public class EnableMetricsCollectionRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
EnableMetricsCollectionRequest()()()()
Initializes a new instance of the EnableMetricsCollectionRequest class

AutoScalingGroupName
The name or ARN of the Auto Scaling group.

Constraints:

Length
1 - 1600
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Granularity
The granularity to associate with the metrics to collect. Currently, the only legal granularity is "1Minute".

Constraints:

Length
1 - 255
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Metrics
The list of metrics to collect. If no metrics are specified, all metrics are enabled. The following metrics are supported:
  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupTerminatingInstances
  • GroupTotalInstances

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAutoScalingGroupName(String) Obsolete.
Sets the AutoScalingGroupName property

WithGranularity(String) Obsolete.
Sets the Granularity property

WithMetrics(array<String>[]()[][]) Obsolete.
Adds elements to the Metrics collection

WithMetrics(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the Metrics collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 EnableMetricsCollectionRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)