AppIngressIpSecurityRestrictionArgs

data class AppIngressIpSecurityRestrictionArgs(val action: Output<String>, val description: Output<String>? = null, val ipAddressRange: Output<String>, val name: Output<String>) : ConvertibleToJava<AppIngressIpSecurityRestrictionArgs>

Constructors

Link copied to clipboard
fun AppIngressIpSecurityRestrictionArgs(action: Output<String>, description: Output<String>? = null, ipAddressRange: Output<String>, name: Output<String>)

Functions

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

Properties

Link copied to clipboard
val action: Output<String>

The IP-filter action. Allow or Deny.

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

Describe the IP restriction rule that is being sent to the container-app.

Link copied to clipboard
val ipAddressRange: Output<String>

CIDR notation to match incoming IP address.

Link copied to clipboard
val name: Output<String>

Name for the IP restriction rule.