TargetIpFilterRuleArgs

data class TargetIpFilterRuleArgs(val action: Output<IpFilterActionType>, val filterName: Output<String>, val ipMask: Output<String>, val target: Output<IpFilterTargetType>? = null) : ConvertibleToJava<TargetIpFilterRuleArgs>

The IP filter rules for a provisioning Service.

Constructors

Link copied to clipboard
constructor(action: Output<IpFilterActionType>, filterName: Output<String>, ipMask: Output<String>, target: Output<IpFilterTargetType>? = null)

Properties

Link copied to clipboard

The desired action for requests captured by this rule.

Link copied to clipboard
val filterName: Output<String>

The name of the IP filter rule.

Link copied to clipboard
val ipMask: Output<String>

A string that contains the IP address range in CIDR notation for the rule.

Link copied to clipboard
val target: Output<IpFilterTargetType>? = null

Target for requests captured by this rule.

Functions

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