pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.transfer.kotlin
/
WorkflowArgs
/
WorkflowArgs
Workflow
Args
fun
WorkflowArgs
(
description
:
Output
<
String
>
?
=
null
,
onExceptionSteps
:
Output
<
List
<
WorkflowOnExceptionStepArgs
>
>
?
=
null
,
steps
:
Output
<
List
<
WorkflowStepArgs
>
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)