Creates a multicast domain using the specified transit gateway.
The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways to see the state of transit gateway.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, CreateTransitGatewayMulticastDomainCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, CreateTransitGatewayMulticastDomainCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new CreateTransitGatewayMulticastDomainCommand(input); const response = await client.send(command);
CreateTransitGatewayMulticastDomainCommandInput for command's input shape.
input
CreateTransitGatewayMulticastDomainCommandOutput for command's response shape.
response
config for EC2Client's config shape.
config
Creates a multicast domain using the specified transit gateway.
The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways to see the state of transit gateway.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, CreateTransitGatewayMulticastDomainCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, CreateTransitGatewayMulticastDomainCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new CreateTransitGatewayMulticastDomainCommand(input); const response = await client.send(command);
CreateTransitGatewayMulticastDomainCommandInput for command's
input
shape.CreateTransitGatewayMulticastDomainCommandOutput for command's
response
shape.config for EC2Client's
config
shape.