aws-cdk-lib.aws_appmesh.CfnVirtualNode.DurationProperty

interface DurationProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualNode.DurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_DurationProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualNode.DurationProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualNode.DurationProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnVirtualNode » DurationProperty

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 { aws_appmesh as appmesh } from 'aws-cdk-lib';
const durationProperty: appmesh.CfnVirtualNode.DurationProperty = {
  unit: 'unit',
  value: 123,
};

Properties

NameTypeDescription
unitstringA unit of time.
valuenumberA number of time units.

unit

Type: string

A unit of time.


value

Type: number

A number of time units.