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

.NET
Go
Java
Python
TypeScript