Module: AWSCDK::Batch::EmptyDirMediumType

Defined in:
batch/empty_dir_medium_type.rb

Overview

What medium the volume will live in.

Constant Summary collapse

DISK =
Deprecated.
Note:

Default:

Use the disk storage of the node.

Items written here will survive node reboots.

Jsii::Enum.new("aws-cdk-lib.aws_batch.EmptyDirMediumType", "DISK")
MEMORY =
Deprecated.
Note:

Default:

Use the tmpfs volume that is backed by RAM of the node.

Items written here will not survive node reboots.

Jsii::Enum.new("aws-cdk-lib.aws_batch.EmptyDirMediumType", "MEMORY")