Class AutomationRulePropertyArrayChangedValuesConditionArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.securityinsights.inputs.AutomationRulePropertyArrayChangedValuesConditionArgs
-
public final class AutomationRulePropertyArrayChangedValuesConditionArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutomationRulePropertyArrayChangedValuesConditionArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AutomationRulePropertyArrayChangedValuesConditionArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,AutomationRulePropertyArrayChangedConditionSupportedArrayType>>>
arrayType()
static AutomationRulePropertyArrayChangedValuesConditionArgs.Builder
builder()
static AutomationRulePropertyArrayChangedValuesConditionArgs.Builder
builder(AutomationRulePropertyArrayChangedValuesConditionArgs defaults)
java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,AutomationRulePropertyArrayChangedConditionSupportedChangeType>>>
changeType()
-
-
-
Field Detail
-
Empty
public static final AutomationRulePropertyArrayChangedValuesConditionArgs Empty
-
-
Method Detail
-
arrayType
public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,AutomationRulePropertyArrayChangedConditionSupportedArrayType>>> arrayType()
-
changeType
public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,AutomationRulePropertyArrayChangedConditionSupportedChangeType>>> changeType()
-
builder
public static AutomationRulePropertyArrayChangedValuesConditionArgs.Builder builder()
-
builder
public static AutomationRulePropertyArrayChangedValuesConditionArgs.Builder builder(AutomationRulePropertyArrayChangedValuesConditionArgs defaults)
-
-