RegistryNetworkRuleSetArgs

data class RegistryNetworkRuleSetArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<RegistryNetworkRuleSetIpRuleArgs>>? = null) : ConvertibleToJava<RegistryNetworkRuleSetArgs>

Constructors

Link copied to clipboard
constructor(defaultAction: Output<String>? = null, ipRules: Output<List<RegistryNetworkRuleSetIpRuleArgs>>? = null)

Properties

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

The behaviour for requests matching no rules. Either Allow or Deny. Defaults to Allow

Link copied to clipboard

One or more ip_rule blocks as defined below.

Functions

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