[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.
See https://www.paws-r-sdk.com/docs/ec2_create_egress_only_internet_gateway/ for full documentation.
ec2_create_egress_only_internet_gateway(
ClientToken = NULL,
DryRun = NULL,
VpcId,
TagSpecifications = NULL
)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
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
.
[required] The ID of the VPC for which to create the egress-only internet gateway.
The tags to assign to the egress-only internet gateway.