Class ModifyVpcEndpointConnectionNotificationCommand
Modifies a connection notification for VPC endpoint or VPC endpoint service. You
can change the SNS topic for the notification, or the events for which to be notified.
example
Use a bare-bones client and the command you need to make an API call.
Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, ModifyVpcEndpointConnectionNotificationCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, ModifyVpcEndpointConnectionNotificationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new ModifyVpcEndpointConnectionNotificationCommand(input); const response = await client.send(command);
ModifyVpcEndpointConnectionNotificationCommandInput for command's
input
shape.ModifyVpcEndpointConnectionNotificationCommandOutput for command's
response
shape.config for EC2Client's
config
shape.