StorageGatewayRefreshCacheEvent
- class aws_cdk.mixins_preview.aws_storagegateway.events.StorageGatewayRefreshCacheEvent
Bases:
object(experimental) EventBridge event pattern for aws.storagegateway@StorageGatewayRefreshCacheEvent.
- 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_refresh_cache_event = storagegateway_events.StorageGatewayRefreshCacheEvent()
- Stability:
experimental
Static Methods
- classmethod event_pattern(*, completed=None, event_metadata=None, event_type=None, folder_list=None, notification_id=None, started=None)
(experimental) EventBridge event pattern for Storage Gateway Refresh Cache 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 fieldfolder_list (
Optional[Sequence[str]]) – (experimental) folderList property. Specify an array of string values to match this event if the actual value of folderList 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 fieldstarted (
Optional[Sequence[str]]) – (experimental) started property. Specify an array of string values to match this event if the actual value of started 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:
StorageGatewayRefreshCacheEventProps
- class StorageGatewayRefreshCacheEvent.StorageGatewayRefreshCacheEventProps(*, completed=None, event_metadata=None, event_type=None, folder_list=None, notification_id=None, started=None)
Bases:
object(experimental) Props type for aws.storagegateway@StorageGatewayRefreshCacheEvent 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 fieldfolder_list (
Optional[Sequence[str]]) – (experimental) folderList property. Specify an array of string values to match this event if the actual value of folderList 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 fieldstarted (
Optional[Sequence[str]]) – (experimental) started property. Specify an array of string values to match this event if the actual value of started 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_refresh_cache_event_props = storagegateway_events.StorageGatewayRefreshCacheEvent.StorageGatewayRefreshCacheEventProps( completed=["completed"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), event_type=["eventType"], folder_list=["folderList"], notification_id=["notificationId"], started=["started"] )
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
- folder_list
(experimental) folderList property.
Specify an array of string values to match this event if the actual value of folderList 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
- started
(experimental) started property.
Specify an array of string values to match this event if the actual value of started 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