Registers a set of tag keys to include in scheduled event notifications for your resources.
To remove tags, use DeregisterInstanceEventNotificationAttributes.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, RegisterInstanceEventNotificationAttributesCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, RegisterInstanceEventNotificationAttributesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new RegisterInstanceEventNotificationAttributesCommand(input); const response = await client.send(command);
RegisterInstanceEventNotificationAttributesCommandInput for command's input shape.
input
RegisterInstanceEventNotificationAttributesCommandOutput for command's response shape.
response
config for EC2Client's config shape.
config
Registers a set of tag keys to include in scheduled event notifications for your resources.
To remove tags, use DeregisterInstanceEventNotificationAttributes.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, RegisterInstanceEventNotificationAttributesCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, RegisterInstanceEventNotificationAttributesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new RegisterInstanceEventNotificationAttributesCommand(input); const response = await client.send(command);
RegisterInstanceEventNotificationAttributesCommandInput for command's
input
shape.RegisterInstanceEventNotificationAttributesCommandOutput for command's
response
shape.config for EC2Client's
config
shape.