View source: R/vpclattice_operations.R
vpclattice_create_resource_gateway | R Documentation |
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
)
clientToken |
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. |
ipAddressType |
The type of IP address used by the resource gateway. |
name |
[required] The name of the resource gateway. |
securityGroupIds |
The IDs of the security groups to apply to the resource gateway. The security groups must be in the same VPC. |
subnetIds |
[required] The IDs of the VPC subnets in which to create the resource gateway. |
tags |
The tags for the resource gateway. |
vpcIdentifier |
[required] The ID of the VPC for the resource gateway. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.