Interface FirewallConfigurationChanged.DataItem

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

@Stability(Experimental) public static interface FirewallConfigurationChanged.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"))
         .configurationResourceArn(List.of("configurationResourceArn"))
         .currentConfigurationSyncStatus(List.of("currentConfigurationSyncStatus"))
         .currentConfigurationUpdateToken(List.of("currentConfigurationUpdateToken"))
         .previousConfigurationSyncStatus(List.of("previousConfigurationSyncStatus"))
         .previousConfigurationUpdateToken(List.of("previousConfigurationUpdateToken"))
         .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

    • getConfigurationResourceArn

      @Stability(Experimental) @Nullable default List<String> getConfigurationResourceArn()
      (experimental) Configuration Resource ARN property.

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

    • getCurrentConfigurationSyncStatus

      @Stability(Experimental) @Nullable default List<String> getCurrentConfigurationSyncStatus()
      (experimental) Current Configuration Sync Status property.

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

    • getCurrentConfigurationUpdateToken

      @Stability(Experimental) @Nullable default List<String> getCurrentConfigurationUpdateToken()
      (experimental) Current Configuration Update Token property.

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

    • getPreviousConfigurationSyncStatus

      @Stability(Experimental) @Nullable default List<String> getPreviousConfigurationSyncStatus()
      (experimental) Previous Configuration Sync Status property.

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

    • getPreviousConfigurationUpdateToken

      @Stability(Experimental) @Nullable default List<String> getPreviousConfigurationUpdateToken()
      (experimental) Previous Configuration Update Token property.

      Specify an array of string values to match this event if the actual value of Previous Configuration Update Token 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 FirewallConfigurationChanged.DataItem.Builder builder()
      Returns:
      a FirewallConfigurationChanged.DataItem.Builder of FirewallConfigurationChanged.DataItem