StorageGatewayFileUploadEvent
- class aws_cdk.mixins_preview.aws_storagegateway.events.StorageGatewayFileUploadEvent
Bases:
object(experimental) EventBridge event pattern for aws.storagegateway@StorageGatewayFileUploadEvent.
- 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_storagegateway import events as storagegateway_events storage_gateway_file_upload_event = storagegateway_events.StorageGatewayFileUploadEvent()
- Stability:
experimental
Static Methods
- classmethod event_pattern(*, completed=None, event_metadata=None, event_type=None, notification_id=None, request_received=None)
(experimental) EventBridge event pattern for Storage Gateway File Upload Event.
- Parameters:
completed (
Optional[Sequence[str]]) – (experimental) completed property. Specify an array of string values to match this event if the actual value of completed 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: - -event_type (
Optional[Sequence[str]]) – (experimental) event-type property. Specify an array of string values to match this event if the actual value of event-type 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 fieldnotification_id (
Optional[Sequence[str]]) – (experimental) notification-id property. Specify an array of string values to match this event if the actual value of notification-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 fieldrequest_received (
Optional[Sequence[str]]) – (experimental) request-received property. Specify an array of string values to match this event if the actual value of request-received 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:
StorageGatewayFileUploadEventProps
- class StorageGatewayFileUploadEvent.StorageGatewayFileUploadEventProps(*, completed=None, event_metadata=None, event_type=None, notification_id=None, request_received=None)
Bases:
object(experimental) Props type for aws.storagegateway@StorageGatewayFileUploadEvent event.
- Parameters:
completed (
Optional[Sequence[str]]) – (experimental) completed property. Specify an array of string values to match this event if the actual value of completed 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: - -event_type (
Optional[Sequence[str]]) – (experimental) event-type property. Specify an array of string values to match this event if the actual value of event-type 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 fieldnotification_id (
Optional[Sequence[str]]) – (experimental) notification-id property. Specify an array of string values to match this event if the actual value of notification-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 fieldrequest_received (
Optional[Sequence[str]]) – (experimental) request-received property. Specify an array of string values to match this event if the actual value of request-received 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_storagegateway import events as storagegateway_events storage_gateway_file_upload_event_props = storagegateway_events.StorageGatewayFileUploadEvent.StorageGatewayFileUploadEventProps( completed=["completed"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), event_type=["eventType"], notification_id=["notificationId"], request_received=["requestReceived"] )
Attributes
- completed
(experimental) completed property.
Specify an array of string values to match this event if the actual value of completed 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
- event_type
(experimental) event-type property.
Specify an array of string values to match this event if the actual value of event-type 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
- notification_id
(experimental) notification-id property.
Specify an array of string values to match this event if the actual value of notification-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
- request_received
(experimental) request-received property.
Specify an array of string values to match this event if the actual value of request-received 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