GetAliasPlainArgs

data class GetAliasPlainArgs(val description: String? = null, val name: String, val statemachineArn: String) : ConvertibleToJava<GetAliasPlainArgs>

A collection of arguments for invoking getAlias.

Constructors

Link copied to clipboard
fun GetAliasPlainArgs(description: String? = null, name: String, statemachineArn: String)

Functions

Link copied to clipboard
open override fun toJava(): GetAliasPlainArgs

Properties

Link copied to clipboard
val description: String? = null

Description of state machine alias.

Link copied to clipboard

Name of the State Machine alias.

Link copied to clipboard

ARN of the State Machine.