aws-cdk-lib.aws_batch.CfnJobDefinition.HostPathProperty
interface HostPathProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.CfnJobDefinition.HostPathProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnJobDefinition_HostPathProperty |
![]() | software.amazon.awscdk.services.batch.CfnJobDefinition.HostPathProperty |
![]() | aws_cdk.aws_batch.CfnJobDefinition.HostPathProperty |
![]() | 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
Name | Type | Description |
---|---|---|
path? | string | CfnJobDefinition.HostPathProperty.Path . |
path?
Type:
string
(optional)
CfnJobDefinition.HostPathProperty.Path
.