Interface FirewallConfigurationChanged.DataItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FirewallConfigurationChanged.DataItem.Jsii$Proxy
- Enclosing class:
FirewallConfigurationChanged
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFirewallConfigurationChanged.DataItemstatic final classAn implementation forFirewallConfigurationChanged.DataItem -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) Availability Zone property.(experimental) Configuration Resource ARN property.(experimental) Current Configuration Sync Status property.(experimental) Current Configuration Update Token property.(experimental) Previous Configuration Sync Status property.(experimental) Previous Configuration Update Token property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-