pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.transfer.kotlin.outputs
/
WorkflowStepTagStepDetailsTag
Workflow
Step
Tag
Step
Details
Tag
data
class
WorkflowStepTagStepDetailsTag
(
val
key
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Workflow
Step
Tag
Step
Details
Tag
Link copied to clipboard
fun
WorkflowStepTagStepDetailsTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The name assigned to the tag that you create.
value
Link copied to clipboard
val
value
:
String
The value that corresponds to the key.