FirewallTransitGatewayAttachmentStatusChanged

class aws_cdk.mixins_preview.aws_networkfirewall.events.FirewallTransitGatewayAttachmentStatusChanged

Bases: object

(experimental) EventBridge event pattern for aws.networkfirewall@FirewallTransitGatewayAttachmentStatusChanged.

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_transit_gateway_attachment_status_changed = networkfirewall_events.FirewallTransitGatewayAttachmentStatusChanged()
Stability:

experimental

Static Methods

classmethod firewall_transit_gateway_attachment_status_changed_pattern(*, data=None, event_metadata=None, metadata=None, version=None)

(experimental) EventBridge event pattern for Firewall Transit Gateway Attachment Status Changed.

Parameters:
  • data (Union[Data, Dict[str, Any], None]) – (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

  • event_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • version (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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

Data

class FirewallTransitGatewayAttachmentStatusChanged.Data(*, attachment_id=None, current_transit_gateway_attachment_status=None, previous_transit_gateway_attachment_status=None)

Bases: object

(experimental) Type definition for Data.

Parameters:
  • attachment_id (Optional[Sequence[str]]) – (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

  • current_transit_gateway_attachment_status (Optional[Sequence[str]]) – (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

  • previous_transit_gateway_attachment_status (Optional[Sequence[str]]) – (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

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 = networkfirewall_events.FirewallTransitGatewayAttachmentStatusChanged.Data(
    attachment_id=["attachmentId"],
    current_transit_gateway_attachment_status=["currentTransitGatewayAttachmentStatus"],
    previous_transit_gateway_attachment_status=["previousTransitGatewayAttachmentStatus"]
)

Attributes

attachment_id

(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

Stability:

experimental

current_transit_gateway_attachment_status

(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

Stability:

experimental

previous_transit_gateway_attachment_status

(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

Stability:

experimental

FirewallTransitGatewayAttachmentStatusChangedProps

class FirewallTransitGatewayAttachmentStatusChanged.FirewallTransitGatewayAttachmentStatusChangedProps(*, data=None, event_metadata=None, metadata=None, version=None)

Bases: object

(experimental) Props type for aws.networkfirewall@FirewallTransitGatewayAttachmentStatusChanged event.

Parameters:
  • data (Union[Data, Dict[str, Any], None]) – (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

  • event_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • version (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 the aws_events.Match for 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_transit_gateway_attachment_status_changed_props = networkfirewall_events.FirewallTransitGatewayAttachmentStatusChanged.FirewallTransitGatewayAttachmentStatusChangedProps(
    data=networkfirewall_events.FirewallTransitGatewayAttachmentStatusChanged.Data(
        attachment_id=["attachmentId"],
        current_transit_gateway_attachment_status=["currentTransitGatewayAttachmentStatus"],
        previous_transit_gateway_attachment_status=["previousTransitGatewayAttachmentStatus"]
    ),
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    metadata=networkfirewall_events.FirewallTransitGatewayAttachmentStatusChanged.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Metadata

class FirewallTransitGatewayAttachmentStatusChanged.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 the aws_events.Match for 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.FirewallTransitGatewayAttachmentStatusChanged.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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental