class SnapshotCopyFailed
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ElastiCache.Events.SnapshotCopyFailed |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awselasticache/events#SnapshotCopyFailed |
Java | software.amazon.awscdk.mixins.preview.services.elasticache.events.SnapshotCopyFailed |
Python | aws_cdk.mixins_preview.aws_elasticache.events.SnapshotCopyFailed |
TypeScript | @aws-cdk/mixins-preview » aws_elasticache » events » SnapshotCopyFailed |
EventBridge event pattern for aws.elasticache@SnapshotCopyFailed.
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 snapshotCopyFailed = new elasticache_events.SnapshotCopyFailed();
Initializer
new SnapshotCopyFailed()
Methods
| Name | Description |
|---|---|
| static snapshot | EventBridge event pattern for Snapshot Copy Failed. |
static snapshotCopyFailedPattern(options?)
public static snapshotCopyFailedPattern(options?: SnapshotCopyFailedProps): EventPattern
Parameters
- options
SnapshotCopy Failed Props
Returns
EventBridge event pattern for Snapshot Copy Failed.

.NET
Go
Java
Python
TypeScript