Creates a multicast domain using the specified transit gateway.
The transit gateway must be in the available state before you create a
domain. Use describe_transit_gateways
to see the state of transit gateway.
ec2_create_transit_gateway_multicast_domain(TransitGatewayId, Options,
TagSpecifications, DryRun)
A list with the following syntax:
list(
TransitGatewayMulticastDomain = list(
TransitGatewayMulticastDomainId = "string",
TransitGatewayId = "string",
TransitGatewayMulticastDomainArn = "string",
OwnerId = "string",
Options = list(
Igmpv2Support = "enable"|"disable",
StaticSourcesSupport = "enable"|"disable",
AutoAcceptSharedAssociations = "enable"|"disable"
),
State = "pending"|"available"|"deleting"|"deleted",
CreationTime = as.POSIXct(
"2015-01-01"
),
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
[required] The ID of the transit gateway.
The options for the transit gateway multicast domain.
The tags for the transit gateway multicast domain.
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
.
svc$create_transit_gateway_multicast_domain(
TransitGatewayId = "string",
Options = list(
Igmpv2Support = "enable"|"disable",
StaticSourcesSupport = "enable"|"disable",
AutoAcceptSharedAssociations = "enable"|"disable"
),
TagSpecifications = list(
list(
ResourceType = "client-vpn-endpoint"|"customer-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"internet-gateway"|"key-pair"|"launch-template"|"local-gateway-route-table-vpc-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"placement-group"|"reserved-instances"|"route-table"|"security-group"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-route-table"|"volume"|"vpc"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
),
DryRun = TRUE|FALSE
)