AccessRuleConfigurationArgs

data class AccessRuleConfigurationArgs(val target: Output<String>, val value: Output<String>) : ConvertibleToJava<AccessRuleConfigurationArgs>

Constructors

Link copied to clipboard
constructor(target: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val target: Output<String>

The request property to target. Available values: ip, ip6, ip_range, asn, country. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val value: Output<String>

The value to target. Depends on target's type. Modifying this attribute will force creation of a new resource.

Functions

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