ClusterClusterProfileArgs

data class ClusterClusterProfileArgs(val domain: Output<String>, val fipsEnabled: Output<Boolean>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<ClusterClusterProfileArgs>

Constructors

Link copied to clipboard
fun ClusterClusterProfileArgs(domain: Output<String>, fipsEnabled: Output<Boolean>? = null, pullSecret: Output<String>? = null, resourceGroupId: Output<String>? = null, version: Output<String>)

Functions

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

Properties

Link copied to clipboard
val domain: Output<String>

The custom domain for the cluster. For more info, see Prepare a custom domain for your cluster. Changing this forces a new resource to be created.

Link copied to clipboard
val fipsEnabled: Output<Boolean>? = null

Whether Federal Information Processing Standard (FIPS) validated cryptographic modules are used. Defaults to false. Changing this forces a new resource to be created.

Link copied to clipboard
val pullSecret: Output<String>? = null

The Red Hat pull secret for the cluster. For more info, see Get a Red Hat pull secret. Changing this forces a new resource to be created.

Link copied to clipboard
val resourceGroupId: Output<String>? = null

The resource group that the cluster profile is attached to.

Link copied to clipboard
val version: Output<String>

The version of the OpenShift cluster. Available versions can be found with the Azure CLI command az aro get-versions --location <region>. Changing this forces a new resource to be created.