Cluster Profile Args
data class ClusterProfileArgs(val domain: Output<String>? = null, val fipsValidatedModules: Output<Either<String, FipsValidatedModules>>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ClusterProfileArgs>
ClusterProfile represents a cluster profile.