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

.NET
Go
Java
Python
TypeScript