GetDeploymentPlainArgs

data class GetDeploymentPlainArgs(val arn: String) : ConvertibleToJava<GetDeploymentPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

ARN of the LaunchWizard deployment

Functions

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