aws-cdk-lib.aws_batch.CfnJobDefinition.HostPathProperty

interface HostPathProperty

LanguageType name
.NETAmazon.CDK.AWS.Batch.CfnJobDefinition.HostPathProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnJobDefinition_HostPathProperty
Javasoftware.amazon.awscdk.services.batch.CfnJobDefinition.HostPathProperty
Pythonaws_cdk.aws_batch.CfnJobDefinition.HostPathProperty
TypeScript aws-cdk-lib » aws_batch » CfnJobDefinition » HostPathProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
const hostPathProperty: batch.CfnJobDefinition.HostPathProperty = {
  path: 'path',
};

Properties

NameTypeDescription
path?stringCfnJobDefinition.HostPathProperty.Path.

path?

Type: string (optional)

CfnJobDefinition.HostPathProperty.Path.