ClusterConfigurationInfoArgs

data class ClusterConfigurationInfoArgs(val arn: Output<String>, val revision: Output<Int>) : ConvertibleToJava<ClusterConfigurationInfoArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>, revision: Output<Int>)

Properties

Link copied to clipboard
val arn: Output<String>
Link copied to clipboard
val revision: Output<Int>

Functions

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