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>

ARN of the configuration to use.

Link copied to clipboard
val revision: Output<Int>

The revision of the configuration to use.

Functions

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