Account Network Profile Account Access Args
data class AccountNetworkProfileAccountAccessArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<AccountNetworkProfileAccountAccessIpRuleArgs>>? = null) : ConvertibleToJava<AccountNetworkProfileAccountAccessArgs>
Constructors
Link copied to clipboard
constructor(defaultAction: Output<String>? = null, ipRules: Output<List<AccountNetworkProfileAccountAccessIpRuleArgs>>? = null)