Interface CfnWorkflowVersionPropsMixin.WorkflowParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkflowVersionPropsMixin.WorkflowParameterProperty.Jsii$Proxy
- Enclosing class:
CfnWorkflowVersionPropsMixin
@Stability(Stable)
public static interface CfnWorkflowVersionPropsMixin.WorkflowParameterProperty
extends software.amazon.jsii.JsiiSerializable
A workflow parameter.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.omics.*;
WorkflowParameterProperty workflowParameterProperty = WorkflowParameterProperty.builder()
.description("description")
.optional(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkflowVersionPropsMixin.WorkflowParameterPropertystatic final classAn implementation forCfnWorkflowVersionPropsMixin.WorkflowParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The parameter's description.- See Also:
-
getOptional
Whether the parameter is optional.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-