Network Acls Args
data class NetworkAclsArgs(val ipRules: Output<List<IpRuleArgs>>? = null, val publicNetworkRule: Output<PublicInternetAuthorizationRuleArgs>? = null) : ConvertibleToJava<NetworkAclsArgs>
A collection of network authorization rules.
Constructors
Link copied to clipboard
constructor(ipRules: Output<List<IpRuleArgs>>? = null, publicNetworkRule: Output<PublicInternetAuthorizationRuleArgs>? = null)