class EBSVolumeNotification
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Events.EBSVolumeNotification |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/events#EBSVolumeNotification |
Java | software.amazon.awscdk.mixins.preview.services.ec2.events.EBSVolumeNotification |
Python | aws_cdk.mixins_preview.aws_ec2.events.EBSVolumeNotification |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » events » EBSVolumeNotification |
EventBridge event pattern for aws.ec2@EBSVolumeNotification.
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 eBSVolumeNotification = new ec2_events.EBSVolumeNotification();
Initializer
new EBSVolumeNotification()
Methods
| Name | Description |
|---|---|
| static ebs | EventBridge event pattern for EBS Volume Notification. |
static ebsVolumeNotificationPattern(options?)
public static ebsVolumeNotificationPattern(options?: EBSVolumeNotificationProps): EventPattern
Parameters
- options
EBSVolumeNotification Props
Returns
EventBridge event pattern for EBS Volume Notification.

.NET
Go
Java
Python
TypeScript