Module: AWSCDK::StepFunctionsTasks::Mode

Defined in:
step_functions_tasks/mode.rb

Overview

Specifies how many models the container hosts.

Constant Summary collapse

SINGLE_MODEL =
Deprecated.
Note:

Default:

Container hosts a single model.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.Mode", "SINGLE_MODEL")
MULTI_MODEL =
Deprecated.
Note:

Default:

Container hosts multiple models.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.Mode", "MULTI_MODEL")