Show / Hide Table of Contents

Interface CfnRoute.IDurationProperty

An object that represents a duration of time.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRoute.IDurationProperty
Syntax (vb)
Public Interface CfnRoute.IDurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.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.AppMesh;

             var durationProperty = new DurationProperty {
                 Unit = "unit",
                 Value = 123
             };

Synopsis

Properties

Unit

A unit of time.

Value

A number of time units.

Properties

Unit

A unit of time.

string Unit { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-unit

Value

A number of time units.

double Value { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-duration.html#cfn-appmesh-route-duration-value

Back to top Generated by DocFX