Interface FirewallAttachmentStatusChanged.DataItem

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
FirewallAttachmentStatusChanged.DataItem.Jsii$Proxy
Enclosing class:
FirewallAttachmentStatusChanged

@Stability(Experimental) public static interface FirewallAttachmentStatusChanged.DataItem extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for DataItem.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.networkfirewall.events.*;
 DataItem dataItem = DataItem.builder()
         .availabilityZone(List.of("availabilityZone"))
         .currentAttachmentStatus(List.of("currentAttachmentStatus"))
         .endpointId(List.of("endpointId"))
         .previousAttachmentStatus(List.of("previousAttachmentStatus"))
         .build();
 
  • Method Details

    • getAvailabilityZone

      @Stability(Experimental) @Nullable default List<String> getAvailabilityZone()
      (experimental) Availability Zone property.

      Specify an array of string values to match this event if the actual value of Availability Zone is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCurrentAttachmentStatus

      @Stability(Experimental) @Nullable default List<String> getCurrentAttachmentStatus()
      (experimental) Current Attachment Status property.

      Specify an array of string values to match this event if the actual value of Current Attachment Status is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEndpointId

      @Stability(Experimental) @Nullable default List<String> getEndpointId()
      (experimental) Endpoint ID property.

      Specify an array of string values to match this event if the actual value of Endpoint ID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPreviousAttachmentStatus

      @Stability(Experimental) @Nullable default List<String> getPreviousAttachmentStatus()
      (experimental) Previous Attachment Status property.

      Specify an array of string values to match this event if the actual value of Previous Attachment Status is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static FirewallAttachmentStatusChanged.DataItem.Builder builder()
      Returns:
      a FirewallAttachmentStatusChanged.DataItem.Builder of FirewallAttachmentStatusChanged.DataItem