Inbound Ip Rule Args
data class InboundIpRuleArgs(val action: Output<Either<String, IpActionType>>? = null, val ipMask: Output<String>? = null) : ConvertibleToJava<InboundIpRuleArgs>
Constructors
Link copied to clipboard
fun InboundIpRuleArgs(action: Output<Either<String, IpActionType>>? = null, ipMask: Output<String>? = null)