paws.compute (version 0.1.0)

ec2_create_transit_gateway_route_table: Creates a route table for the specified transit gateway

Description

Creates a route table for the specified transit gateway.

Usage

ec2_create_transit_gateway_route_table(TransitGatewayId,
  TagSpecifications, DryRun)

Arguments

TransitGatewayId

[required] The ID of the transit gateway.

TagSpecifications

The tags to apply to the transit gateway route table.

DryRun

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.

Request syntax

svc$create_transit_gateway_route_table(
  TransitGatewayId = "string",
  TagSpecifications = list(
    list(
      ResourceType = "client-vpn-endpoint"|"customer-gateway"|"dedicated-host"|"dhcp-options"|"elastic-ip"|"fleet"|"fpga-image"|"host-reservation"|"image"|"instance"|"internet-gateway"|"launch-template"|"natgateway"|"network-acl"|"network-interface"|"reserved-instances"|"route-table"|"security-group"|"snapshot"|"spot-instances-request"|"subnet"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-route-table"|"volume"|"vpc"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway",
      Tags = list(
        list(
          Key = "string",
          Value = "string"
        )
      )
    )
  ),
  DryRun = TRUE|FALSE
)