Dns Security Rule Action Args
data class DnsSecurityRuleActionArgs(val actionType: Output<Either<String, ActionType>>? = null, val blockResponseCode: Output<Either<String, BlockResponseCode>>? = null) : ConvertibleToJava<DnsSecurityRuleActionArgs>
The action to take on DNS requests that match the DNS security rule.
Constructors
Link copied to clipboard
constructor(actionType: Output<Either<String, ActionType>>? = null, blockResponseCode: Output<Either<String, BlockResponseCode>>? = null)