IpSecurityRestrictionRuleArgs

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

Rule to restrict incoming IP address.

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, Action>>, description: Output<String>? = null, ipAddressRange: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val action: Output<Either<String, Action>>

Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny

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

Describe the IP restriction rule that is being sent to the container-app. This is an optional field.

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.

Functions

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