FirewallConfigurationChanged
- class aws_cdk.mixins_preview.aws_networkfirewall.events.FirewallConfigurationChanged
Bases:
object(experimental) EventBridge event pattern for aws.networkfirewall@FirewallConfigurationChanged.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_networkfirewall import events as networkfirewall_events firewall_configuration_changed = networkfirewall_events.FirewallConfigurationChanged()
- Stability:
experimental
Static Methods
- classmethod firewall_configuration_changed_pattern(*, data=None, event_metadata=None, metadata=None, version=None)
(experimental) EventBridge event pattern for Firewall Configuration Changed.
- Parameters:
data (
Optional[Sequence[Union[DataItem,Dict[str,Any]]]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -metadata (
Union[Metadata,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldversion (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
DataItem
- class FirewallConfigurationChanged.DataItem(*, availability_zone=None, configuration_resource_arn=None, current_configuration_sync_status=None, current_configuration_update_token=None, previous_configuration_sync_status=None, previous_configuration_update_token=None)
Bases:
object(experimental) Type definition for DataItem.
- Parameters:
availability_zone (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldconfiguration_resource_arn (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcurrent_configuration_sync_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcurrent_configuration_update_token (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldprevious_configuration_sync_status (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldprevious_configuration_update_token (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_networkfirewall import events as networkfirewall_events data_item = networkfirewall_events.FirewallConfigurationChanged.DataItem( availability_zone=["availabilityZone"], configuration_resource_arn=["configurationResourceArn"], current_configuration_sync_status=["currentConfigurationSyncStatus"], current_configuration_update_token=["currentConfigurationUpdateToken"], previous_configuration_sync_status=["previousConfigurationSyncStatus"], previous_configuration_update_token=["previousConfigurationUpdateToken"] )
Attributes
- availability_zone
(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
- Stability:
experimental
- configuration_resource_arn
(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
- Stability:
experimental
- current_configuration_sync_status
(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
- Stability:
experimental
- current_configuration_update_token
(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
- Stability:
experimental
- previous_configuration_sync_status
(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
- Stability:
experimental
- previous_configuration_update_token
(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
- Stability:
experimental
FirewallConfigurationChangedProps
- class FirewallConfigurationChanged.FirewallConfigurationChangedProps(*, data=None, event_metadata=None, metadata=None, version=None)
Bases:
object(experimental) Props type for aws.networkfirewall@FirewallConfigurationChanged event.
- Parameters:
data (
Optional[Sequence[Union[DataItem,Dict[str,Any]]]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -metadata (
Union[Metadata,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldversion (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_networkfirewall import events as networkfirewall_events firewall_configuration_changed_props = networkfirewall_events.FirewallConfigurationChanged.FirewallConfigurationChangedProps( data=[networkfirewall_events.FirewallConfigurationChanged.DataItem( availability_zone=["availabilityZone"], configuration_resource_arn=["configurationResourceArn"], current_configuration_sync_status=["currentConfigurationSyncStatus"], current_configuration_update_token=["currentConfigurationUpdateToken"], previous_configuration_sync_status=["previousConfigurationSyncStatus"], previous_configuration_update_token=["previousConfigurationUpdateToken"] )], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), metadata=networkfirewall_events.FirewallConfigurationChanged.Metadata( state_change_id=["stateChangeId"] ), version=["version"] )
Attributes
- data
(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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- metadata
(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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- version
(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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
Metadata
- class FirewallConfigurationChanged.Metadata(*, state_change_id=None)
Bases:
object(experimental) Type definition for Metadata.
- Parameters:
state_change_id (
Optional[Sequence[str]]) – (experimental) State Change ID property. Specify an array of string values to match this event if the actual value of State Change ID is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_networkfirewall import events as networkfirewall_events metadata = networkfirewall_events.FirewallConfigurationChanged.Metadata( state_change_id=["stateChangeId"] )
Attributes
- state_change_id
(experimental) State Change ID property.
Specify an array of string values to match this event if the actual value of State Change ID 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
- Stability:
experimental