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 IDurationProperty
Syntax (vb)
Public Interface IDurationProperty
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.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
System.String
Remarks
Value
A number of time units.
double Value { get; }
Property Value
System.Double