AWS SDK Version 4 for .NET
API Reference

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.

Note:

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

Syntax

C#
public virtual UpdateResourceMetricsConfigurationResponse UpdateResourceMetricsConfiguration(
         UpdateResourceMetricsConfigurationRequest request
)

Parameters

request
Type: Amazon.CloudWatch.Model.UpdateResourceMetricsConfigurationRequest

Container for the necessary parameters to execute the UpdateResourceMetricsConfiguration service method.

Return Value


The response from the UpdateResourceMetricsConfiguration service method, as returned by CloudWatch.

Exceptions

ExceptionCondition
ResourceNotFoundException The named resource does not exist.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also