EgressEndpointArgs

data class EgressEndpointArgs(val category: Output<String>, val endpoints: Output<List<EndpointDependencyArgs>>) : ConvertibleToJava<EgressEndpointArgs>

Constructors

Link copied to clipboard
fun EgressEndpointArgs(category: Output<String>, endpoints: Output<List<EndpointDependencyArgs>>)

Functions

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

Properties

Link copied to clipboard
val category: Output<String>

The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.

Link copied to clipboard

The list of endpoint dependencies.