Prevention Discovery Config Action Pub Sub Notification Pubsub Condition Expressions Args
data class PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs(val conditions: Output<List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs>>? = null, val logicalOperator: Output<String>? = null) : ConvertibleToJava<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs>
Constructors
Link copied to clipboard
constructor(conditions: Output<List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs>>? = null, logicalOperator: Output<String>? = null)
Properties
Link copied to clipboard
val conditions: Output<List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs>>? = null
Conditions to apply to the expression Structure is documented below.
Link copied to clipboard
The operator to apply to the collection of conditions Possible values are: OR
, AND
.