Package com.pulumi.aws.cloudtrail.inputs
Class TrailAdvancedEventSelectorFieldSelectorArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.cloudtrail.inputs.TrailAdvancedEventSelectorFieldSelectorArgs
-
public final class TrailAdvancedEventSelectorFieldSelectorArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TrailAdvancedEventSelectorFieldSelectorArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TrailAdvancedEventSelectorFieldSelectorArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrailAdvancedEventSelectorFieldSelectorArgs.Builder
builder()
static TrailAdvancedEventSelectorFieldSelectorArgs.Builder
builder(TrailAdvancedEventSelectorFieldSelectorArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
endsWiths()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
equals_()
com.pulumi.core.Output<java.lang.String>
field()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
notEndsWiths()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
notEquals()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
notStartsWiths()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
startsWiths()
-
-
-
Field Detail
-
Empty
public static final TrailAdvancedEventSelectorFieldSelectorArgs Empty
-
-
Method Detail
-
endsWiths
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> endsWiths()
- Returns:
- A list of values that includes events that match the last few characters of the event record field specified as the value of `field`.
-
equals_
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> equals_()
- Returns:
- A list of values that includes events that match the exact value of the event record field specified as the value of `field`. This is the only valid operator that you can use with the `readOnly`, `eventCategory`, and `resources.type` fields.
-
field
public com.pulumi.core.Output<java.lang.String> field()
- Returns:
- Field in an event record on which to filter events to be logged. You can specify only the following values: `readOnly`, `eventSource`, `eventName`, `eventCategory`, `resources.type`, `resources.ARN`.
-
notEndsWiths
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notEndsWiths()
- Returns:
- A list of values that excludes events that match the last few characters of the event record field specified as the value of `field`.
-
notEquals
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notEquals()
- Returns:
- A list of values that excludes events that match the exact value of the event record field specified as the value of `field`.
-
notStartsWiths
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notStartsWiths()
- Returns:
- A list of values that excludes events that match the first few characters of the event record field specified as the value of `field`.
-
startsWiths
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> startsWiths()
- Returns:
- A list of values that includes events that match the first few characters of the event record field specified as the value of `field`.
-
builder
public static TrailAdvancedEventSelectorFieldSelectorArgs.Builder builder()
-
builder
public static TrailAdvancedEventSelectorFieldSelectorArgs.Builder builder(TrailAdvancedEventSelectorFieldSelectorArgs defaults)
-
-