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.

Container for the parameters to the PutMetricPolicy operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaStore.AmazonMediaStoreRequest
      Amazon.MediaStore.Model.PutMetricPolicyRequest

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

Syntax

C#
public class PutMetricPolicyRequest : AmazonMediaStoreRequest
         IAmazonWebServiceRequest

The PutMetricPolicyRequest type exposes the following members

Constructors

NameDescription
Public Method PutMetricPolicyRequest()

Properties

NameTypeDescription
Public Property ContainerName System.String

Gets and sets the property ContainerName.

The name of the container that you want to add the metric policy to.

Public Property MetricPolicy Amazon.MediaStore.Model.MetricPolicy

Gets and sets the property MetricPolicy.

The metric policy that you want to associate with the container. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include up to five rules to define groups of objects that you want MediaStore to send object-level metrics for. If you include rules in the policy, construct each rule with both of the following:

  • An object group that defines which objects to include in the group. The definition can be a path or a file name, but it can't have more than 900 characters. Valid characters are: a-z, A-Z, 0-9, _ (underscore), = (equal), : (colon), . (period), - (hyphen), ~ (tilde), / (forward slash), and * (asterisk). Wildcards (*) are acceptable.

  • An object group name that allows you to refer to the object group. The name can't have more than 30 characters. Valid characters are: a-z, A-Z, 0-9, and _ (underscore).

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

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