Interface CfnVirtualNode.DurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualNode.DurationProperty.Jsii$Proxy
Enclosing class:
CfnVirtualNode

@Stability(Stable) public static interface CfnVirtualNode.DurationProperty extends software.amazon.jsii.JsiiSerializable
An object that represents a duration of time.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appmesh.*;
 DurationProperty durationProperty = DurationProperty.builder()
         .unit("unit")
         .value(123)
         .build();
 

See Also: