Interface FirewallTransitGatewayAttachmentStatusChanged.Data

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

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

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.*;
 Data data = Data.builder()
         .attachmentId(List.of("attachmentId"))
         .currentTransitGatewayAttachmentStatus(List.of("currentTransitGatewayAttachmentStatus"))
         .previousTransitGatewayAttachmentStatus(List.of("previousTransitGatewayAttachmentStatus"))
         .build();
 
  • Method Details

    • getAttachmentId

      @Stability(Experimental) @Nullable default List<String> getAttachmentId()
      (experimental) Attachment ID property.

      Specify an array of string values to match this event if the actual value of Attachment 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

    • getCurrentTransitGatewayAttachmentStatus

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

      Specify an array of string values to match this event if the actual value of Current Transit Gateway 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

    • getPreviousTransitGatewayAttachmentStatus

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

      Specify an array of string values to match this event if the actual value of Previous Transit Gateway 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 FirewallTransitGatewayAttachmentStatusChanged.Data.Builder builder()
      Returns:
      a FirewallTransitGatewayAttachmentStatusChanged.Data.Builder of FirewallTransitGatewayAttachmentStatusChanged.Data