Cluster Cluster Profile Args
data class ClusterClusterProfileArgs(val domain: Output<String>, val fipsEnabled: Output<Boolean>? = null, val managedResourceGroupName: Output<String>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<ClusterClusterProfileArgs>
Constructors
Properties
Link copied to clipboard
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
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
The name of a Resource Group which will be created to host VMs of Azure Red Hat OpenShift Cluster. The value cannot contain uppercase characters. Defaults to aro-{domain}
. Changing this forces a new resource to be created.
Link copied to clipboard
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
The resource group that the cluster profile is attached to.