interface WorkflowParameterProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Omics.CfnWorkflow.WorkflowParameterProperty |
![]() | software.amazon.awscdk.services.omics.CfnWorkflow.WorkflowParameterProperty |
![]() | aws_cdk.aws_omics.CfnWorkflow.WorkflowParameterProperty |
![]() | @aws-cdk/aws-omics » CfnWorkflow » WorkflowParameterProperty |
A workflow parameter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as omics from '@aws-cdk/aws-omics';
const workflowParameterProperty: omics.CfnWorkflow.WorkflowParameterProperty = {
description: 'description',
optional: false,
};
Properties
Name | Type | Description |
---|---|---|
description? | string | The parameter's description. |
optional? | boolean | IResolvable | Whether the parameter is optional. |
description?
Type:
string
(optional)
The parameter's description.
optional?
Type:
boolean |
IResolvable
(optional)
Whether the parameter is optional.