GetCustomActionPlainArgs

data class GetCustomActionPlainArgs(val customActionArn: String) : ConvertibleToJava<GetCustomActionPlainArgs>

Constructors

Link copied to clipboard
constructor(customActionArn: String)

Properties

Link copied to clipboard

The fully defined ARN of the custom action.

Functions

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