Interface FirewallConfigurationChanged.FirewallConfigurationChangedProps

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

@Stability(Experimental) public static interface FirewallConfigurationChanged.FirewallConfigurationChangedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.networkfirewall@FirewallConfigurationChanged event.

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.*;
 FirewallConfigurationChangedProps firewallConfigurationChangedProps = FirewallConfigurationChangedProps.builder()
         .data(List.of(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()))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .metadata(Metadata.builder()
                 .stateChangeId(List.of("stateChangeId"))
                 .build())
         .version(List.of("version"))
         .build();
 
  • Method Details

    • getData

      @Stability(Experimental) @Nullable default List<FirewallConfigurationChanged.DataItem> getData()
      (experimental) data property.

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

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getMetadata

      @Stability(Experimental) @Nullable default FirewallConfigurationChanged.Metadata getMetadata()
      (experimental) metadata property.

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

    • getVersion

      @Stability(Experimental) @Nullable default List<String> getVersion()
      (experimental) version property.

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

      Returns:
      a FirewallConfigurationChanged.FirewallConfigurationChangedProps.Builder of FirewallConfigurationChanged.FirewallConfigurationChangedProps