AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Updates the resource metrics configuration for an Amazon Web Services resource. The
MetricSelections value that you provide replaces any existing metric selections
for the resource; it is not merged with them.
If you omit MetricSelections, Amazon CloudWatch removes any existing metric
selection filter and collects all available detailed metrics for the resource.
This operation returns a ResourceNotFoundException if no resource metrics configuration
exists for the specified resource ARN. To create a configuration, use CreateResourceMetricsConfiguration.
To update a resource metrics configuration, you must have the cloudwatch:UpdateResourceMetricsConfiguration
permission. For information about scoping this permission to specific resources, see
Condition
keys for resource metrics configuration access in the Amazon CloudWatch User
Guide.
For .NET Core this operation is only available in asynchronous form. Please refer to UpdateResourceMetricsConfigurationAsync.
Namespace: Amazon.CloudWatch
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z
public virtual UpdateResourceMetricsConfigurationResponse UpdateResourceMetricsConfiguration( UpdateResourceMetricsConfigurationRequest request )
Container for the necessary parameters to execute the UpdateResourceMetricsConfiguration service method.
| Exception | Condition |
|---|---|
| ResourceNotFoundException | The named resource does not exist. |
.NET Framework:
Supported in: 4.7.2 and newer