enum WorkflowParameterType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.Alpha.WorkflowParameterType |
Go | github.com/aws/aws-cdk-go/awsimagebuilderalpha/v2#WorkflowParameterType |
Java | software.amazon.awscdk.services.imagebuilder.alpha.WorkflowParameterType |
Python | aws_cdk.aws_imagebuilder_alpha.WorkflowParameterType |
TypeScript (source) | @aws-cdk/aws-imagebuilder-alpha ยป WorkflowParameterType |
The parameter type for the workflow parameter.
Members
| Name | Description |
|---|---|
| BOOLEAN | Indicates the workflow parameter has a boolean value. |
| INTEGER | Indicates the workflow parameter has an integer value. |
| STRING | Indicates the workflow parameter has a string value. |
| STRING_LIST | Indicates the workflow parameter has a string list value. |
BOOLEAN
Indicates the workflow parameter has a boolean value.
INTEGER
Indicates the workflow parameter has an integer value.
STRING
Indicates the workflow parameter has a string value.
STRING_LIST
Indicates the workflow parameter has a string list value.

.NET
Go
Java
Python
TypeScript (