DataProductNetworkAclsArgs

data class DataProductNetworkAclsArgs(val allowedQueryIpRangeList: Output<List<String>>, val defaultAction: Output<Either<String, DefaultAction>>, val ipRules: Output<List<IPRulesArgs>>, val virtualNetworkRule: Output<List<VirtualNetworkRuleArgs>>) : ConvertibleToJava<DataProductNetworkAclsArgs>

Data Product Network rule set

Constructors

Link copied to clipboard
constructor(allowedQueryIpRangeList: Output<List<String>>, defaultAction: Output<Either<String, DefaultAction>>, ipRules: Output<List<IPRulesArgs>>, virtualNetworkRule: Output<List<VirtualNetworkRuleArgs>>)

Properties

Link copied to clipboard

The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.

Link copied to clipboard
val defaultAction: Output<Either<String, DefaultAction>>

Default Action

Link copied to clipboard
val ipRules: Output<List<IPRulesArgs>>

IP rule with specific IP or IP range in CIDR format.

Link copied to clipboard

Virtual Network Rule

Functions

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