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

.NET
Go
Java
Python
TypeScript