Class CfnService.MetricConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnService.MetricConfigurationProperty : CfnService.IMetricConfigurationProperty
Syntax (vb)
Public Class CfnService.MetricConfigurationProperty Implements CfnService.IMetricConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
var metricConfigurationProperty = new MetricConfigurationProperty {
MetricNames = new [] { "metricNames" },
ResolutionSeconds = 123
};
Synopsis
Constructors
| MetricConfigurationProperty() |
Properties
| MetricNames | |
| ResolutionSeconds |
Constructors
MetricConfigurationProperty()
public MetricConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
var metricConfigurationProperty = new MetricConfigurationProperty {
MetricNames = new [] { "metricNames" },
ResolutionSeconds = 123
};
Properties
MetricNames
ResolutionSeconds
public double ResolutionSeconds { get; set; }