enum ComponentParameterType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.Alpha.ComponentParameterType |
Go | github.com/aws/aws-cdk-go/awsimagebuilderalpha/v2#ComponentParameterType |
Java | software.amazon.awscdk.services.imagebuilder.alpha.ComponentParameterType |
Python | aws_cdk.aws_imagebuilder_alpha.ComponentParameterType |
TypeScript (source) | @aws-cdk/aws-imagebuilder-alpha » ComponentParameterType |
The parameter type in a component document.
Members
| Name | Description |
|---|---|
| STRING | Indicates the parameter value is a string. |
STRING
Indicates the parameter value is a string.

.NET
Go
Java
Python
TypeScript (