AWS SDK Version 3 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.

The metric policy that you want to add to the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. It takes up to 20 minutes for the new policy to take effect.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to PutMetricPolicyAsync.

Namespace: Amazon.MediaStore
Assembly: AWSSDK.MediaStore.dll
Version: 3.x.y.z

Syntax

C#
public abstract PutMetricPolicyResponse PutMetricPolicy(
         PutMetricPolicyRequest request
)

Parameters

request
Type: Amazon.MediaStore.Model.PutMetricPolicyRequest

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

Return Value


The response from the PutMetricPolicy service method, as returned by MediaStore.

Exceptions

ExceptionCondition
ContainerInUseException The container that you specified in the request already exists or is being updated.
ContainerNotFoundException The container that you specified in the request does not exist.
InternalServerErrorException The service is temporarily unavailable.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also