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
constructor(description: String? = null, name: String, statemachineArn: String)

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.

Functions

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