Lists the route tables to which the specified resource attachment propagates routes.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, GetTransitGatewayAttachmentPropagationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, GetTransitGatewayAttachmentPropagationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new GetTransitGatewayAttachmentPropagationsCommand(input); const response = await client.send(command);
GetTransitGatewayAttachmentPropagationsCommandInput for command's input shape.
input
GetTransitGatewayAttachmentPropagationsCommandOutput for command's response shape.
response
config for EC2Client's config shape.
config
Lists the route tables to which the specified resource attachment propagates routes.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, GetTransitGatewayAttachmentPropagationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, GetTransitGatewayAttachmentPropagationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new GetTransitGatewayAttachmentPropagationsCommand(input); const response = await client.send(command);
GetTransitGatewayAttachmentPropagationsCommandInput for command's
input
shape.GetTransitGatewayAttachmentPropagationsCommandOutput for command's
response
shape.config for EC2Client's
config
shape.