ClusterRangerPluginProfileArgs

data class ClusterRangerPluginProfileArgs(val enabled: Output<Boolean>) : ConvertibleToJava<ClusterRangerPluginProfileArgs>

Cluster Ranger plugin profile.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Enable Ranger for cluster or not.

Functions

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