pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.transfer.kotlin.inputs
/
WorkflowStepTagStepDetailsTagArgs
Workflow
Step
Tag
Step
Details
Tag
Args
data
class
WorkflowStepTagStepDetailsTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
WorkflowStepTagStepDetailsTagArgs
>
Constructors
Functions
Properties
Constructors
Workflow
Step
Tag
Step
Details
Tag
Args
Link copied to clipboard
fun
WorkflowStepTagStepDetailsTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
WorkflowStepTagStepDetailsTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The name assigned to the tag that you create.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value that corresponds to the key.