class EBSSnapshotNotification
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Events.EBSSnapshotNotification |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/events#EBSSnapshotNotification |
Java | software.amazon.awscdk.mixins.preview.services.ec2.events.EBSSnapshotNotification |
Python | aws_cdk.mixins_preview.aws_ec2.events.EBSSnapshotNotification |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » events » EBSSnapshotNotification |
EventBridge event pattern for aws.ec2@EBSSnapshotNotification.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as ec2_events } from '@aws-cdk/mixins-preview/aws-ec2';
const eBSSnapshotNotification = new ec2_events.EBSSnapshotNotification();
Initializer
new EBSSnapshotNotification()
Methods
| Name | Description |
|---|---|
| static ebs | EventBridge event pattern for EBS Snapshot Notification. |
static ebsSnapshotNotificationPattern(options?)
public static ebsSnapshotNotificationPattern(options?: EBSSnapshotNotificationProps): EventPattern
Parameters
- options
EBSSnapshotNotification Props
Returns
EventBridge event pattern for EBS Snapshot Notification.

.NET
Go
Java
Python
TypeScript