aws-cdk-lib.aws_omics.CfnWorkflow.WorkflowParameterProperty

interface WorkflowParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.Omics.CfnWorkflow.WorkflowParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsomics#CfnWorkflow_WorkflowParameterProperty
Javasoftware.amazon.awscdk.services.omics.CfnWorkflow.WorkflowParameterProperty
Pythonaws_cdk.aws_omics.CfnWorkflow.WorkflowParameterProperty
TypeScript aws-cdk-lib » 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 { aws_omics as omics } from 'aws-cdk-lib';
const workflowParameterProperty: omics.CfnWorkflow.WorkflowParameterProperty = {
  description: 'description',
  optional: false,
};

Properties

NameTypeDescription
description?stringThe parameter's description.
optional?boolean | IResolvableWhether the parameter is optional.

description?

Type: string (optional)

The parameter's description.


optional?

Type: boolean | IResolvable (optional)

Whether the parameter is optional.