aws-cdk-lib.aws_batch.CfnJobDefinition.EmptyDirProperty

interface EmptyDirProperty

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

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 emptyDirProperty: batch.CfnJobDefinition.EmptyDirProperty = {
  medium: 'medium',
  sizeLimit: 'sizeLimit',
};

Properties

NameTypeDescription
medium?stringCfnJobDefinition.EmptyDirProperty.Medium.
sizeLimit?stringCfnJobDefinition.EmptyDirProperty.SizeLimit.

medium?

Type: string (optional)

CfnJobDefinition.EmptyDirProperty.Medium.


sizeLimit?

Type: string (optional)

CfnJobDefinition.EmptyDirProperty.SizeLimit.