Skip to content

/AWS1/CL_EC2=>CREATETGWMULTICASTDOMAIN()

About CreateTransitGatewayMulticastDomain

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.

Method Signature

IMPORTING

Required arguments:

IV_TRANSITGATEWAYID TYPE /AWS1/EC2TRANSITGATEWAYID /AWS1/EC2TRANSITGATEWAYID

The ID of the transit gateway.

Optional arguments:

IO_OPTIONS TYPE REF TO /AWS1/CL_EC2CRETGWMULTICASTD01 /AWS1/CL_EC2CRETGWMULTICASTD01

The options for the transit gateway multicast domain.

IT_TAGSPECIFICATIONS TYPE /AWS1/CL_EC2TAGSPECIFICATION=>TT_TAGSPECIFICATIONLIST TT_TAGSPECIFICATIONLIST

The tags for the transit gateway multicast domain.

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2CRETGWMULTICASTD02 /AWS1/CL_EC2CRETGWMULTICASTD02