class SnapshotExportFailed
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ElastiCache.Events.SnapshotExportFailed |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awselasticache/events#SnapshotExportFailed |
Java | software.amazon.awscdk.mixins.preview.services.elasticache.events.SnapshotExportFailed |
Python | aws_cdk.mixins_preview.aws_elasticache.events.SnapshotExportFailed |
TypeScript | @aws-cdk/mixins-preview » aws_elasticache » events » SnapshotExportFailed |
EventBridge event pattern for aws.elasticache@SnapshotExportFailed.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as elasticache_events } from '@aws-cdk/mixins-preview/aws-elasticache';
const snapshotExportFailed = new elasticache_events.SnapshotExportFailed();
Initializer
new SnapshotExportFailed()
Methods
| Name | Description |
|---|---|
| static snapshot | EventBridge event pattern for Snapshot Export Failed. |
static snapshotExportFailedPattern(options?)
public static snapshotExportFailedPattern(options?: SnapshotExportFailedProps): EventPattern
Parameters
- options
SnapshotExport Failed Props
Returns
EventBridge event pattern for Snapshot Export Failed.

.NET
Go
Java
Python
TypeScript