Managed Cluster APIServer Access Profile Args
data class ManagedClusterAPIServerAccessProfileArgs(val authorizedIPRanges: Output<List<String>>? = null, val disableRunCommand: Output<Boolean>? = null, val enablePrivateCluster: Output<Boolean>? = null, val enablePrivateClusterPublicFQDN: Output<Boolean>? = null, val privateDNSZone: Output<String>? = null) : ConvertibleToJava<ManagedClusterAPIServerAccessProfileArgs>
Access profile for managed cluster API server.
Constructors
Functions
Properties
Link copied to clipboard
IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see API server authorized IP ranges.
Link copied to clipboard
For more details, see Creating a private AKS cluster.
Link copied to clipboard
The default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'.