Show / Hide Table of Contents

Class CfnService.MetricConfigurationProperty

Inheritance
object
CfnService.MetricConfigurationProperty
Implements
CfnService.IMetricConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-metricconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-metricconfiguration.html

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

public string[] MetricNames { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-metricconfiguration.html#cfn-ecs-service-metricconfiguration-metricnames

ResolutionSeconds

public double ResolutionSeconds { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-metricconfiguration.html#cfn-ecs-service-metricconfiguration-resolutionseconds

Implements

CfnService.IMetricConfigurationProperty
Back to top Generated by DocFX