interface MountPointsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.CfnJobDefinition.MountPointsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnJobDefinition_MountPointsProperty |
![]() | software.amazon.awscdk.services.batch.CfnJobDefinition.MountPointsProperty |
![]() | aws_cdk.aws_batch.CfnJobDefinition.MountPointsProperty |
![]() | aws-cdk-lib » aws_batch » CfnJobDefinition » MountPointsProperty |
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 mountPointsProperty: batch.CfnJobDefinition.MountPointsProperty = {
containerPath: 'containerPath',
readOnly: false,
sourceVolume: 'sourceVolume',
};
Properties
Name | Type | Description |
---|---|---|
container | string | |
read | boolean | IResolvable | |
source | string |
containerPath?
Type:
string
(optional)
readOnly?
Type:
boolean |
IResolvable
(optional)
sourceVolume?
Type:
string
(optional)