Update Resource Gateway
| vpclattice_update_resource_gateway | R Documentation | 
Updates the specified resource gateway¶
Description¶
Updates the specified resource gateway.
Usage¶
vpclattice_update_resource_gateway(resourceGatewayIdentifier,
  securityGroupIds)
Arguments¶
resourceGatewayIdentifier | 
[required] The ID or ARN of the resource gateway.  | 
securityGroupIds | 
The IDs of the security groups associated with the resource gateway.  | 
Value¶
A list with the following syntax:
list(
  arn = "string",
  id = "string",
  ipAddressType = "IPV4"|"IPV6",
  name = "string",
  securityGroupIds = list(
    "string"
  ),
  status = "ACTIVE"|"CREATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"UPDATE_FAILED"|"DELETE_FAILED",
  subnetIds = list(
    "string"
  ),
  vpcId = "string"
)
Request syntax¶
svc$update_resource_gateway(
  resourceGatewayIdentifier = "string",
  securityGroupIds = list(
    "string"
  )
)