Creates a resource gateway.
See https://www.paws-r-sdk.com/docs/vpclattice_create_resource_gateway/ for full documentation.
vpclattice_create_resource_gateway(
clientToken = NULL,
ipAddressType = NULL,
name,
securityGroupIds = NULL,
subnetIds,
tags = NULL,
vpcIdentifier
)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
The type of IP address used by the resource gateway.
[required] The name of the resource gateway.
The IDs of the security groups to apply to the resource gateway. The security groups must be in the same VPC.
[required] The IDs of the VPC subnets in which to create the resource gateway.
The tags for the resource gateway.
[required] The ID of the VPC for the resource gateway.