AdvancedNetworkingSecurityArgs

data class AdvancedNetworkingSecurityArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<AdvancedNetworkingSecurityArgs>

Security profile to enable security features on cilium based cluster.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

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

This feature allows user to configure network policy based on DNS (FQDN) names. It can be enabled only on cilium based clusters. If not specified, the default is false.

Functions

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