InboundIpRuleArgs

data class InboundIpRuleArgs(val action: Output<Either<String, IpActionType>>? = null, val ipMask: Output<String>? = null) : ConvertibleToJava<InboundIpRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, IpActionType>>? = null, ipMask: Output<String>? = null)

Properties

Link copied to clipboard
val action: Output<Either<String, IpActionType>>? = null

Action to perform based on the match or no match of the IpMask.

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

IP Address in CIDR notation e.g., 10.0.0.0/8.

Functions

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