WorkflowParameterType

class aws_cdk.aws_imagebuilder_alpha.WorkflowParameterType(*values)

Bases: Enum

(experimental) The parameter type for the workflow parameter.

Stability:

experimental

Attributes

BOOLEAN

(experimental) Indicates the workflow parameter has a boolean value.

Stability:

experimental

INTEGER

(experimental) Indicates the workflow parameter has an integer value.

Stability:

experimental

STRING

(experimental) Indicates the workflow parameter has a string value.

Stability:

experimental

STRING_LIST

(experimental) Indicates the workflow parameter has a string list value.

Stability:

experimental