Interface CfnAllWorkflowBuildVersions.ParametersItemsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAllWorkflowBuildVersions.ParametersItemsProperty.Jsii$Proxy
- Enclosing class:
CfnAllWorkflowBuildVersions
@Stability(Stable)
public static interface CfnAllWorkflowBuildVersions.ParametersItemsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.imagebuilder.*;
ParametersItemsProperty parametersItemsProperty = ParametersItemsProperty.builder()
.name("name")
.type("type")
// the properties below are optional
.defaultValue(List.of("defaultValue"))
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAllWorkflowBuildVersions.ParametersItemsPropertystatic final classAn implementation forCfnAllWorkflowBuildVersions.ParametersItemsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of this input parameter.- See Also:
-
getType
The type of input this parameter provides.- See Also:
-
getDefaultValue
The default value of this parameter if no input is provided.- See Also:
-
getDescription
Describes this parameter.- See Also:
-
builder
-