vpclattice_update_resource_gateway {paws.networking}R Documentation

Updates the specified resource gateway

Description

Updates the specified resource gateway.

See https://www.paws-r-sdk.com/docs/vpclattice_update_resource_gateway/ for full documentation.

Usage

vpclattice_update_resource_gateway(
  resourceGatewayIdentifier,
  securityGroupIds = NULL
)

Arguments

resourceGatewayIdentifier

[required] The ID or ARN of the resource gateway.

securityGroupIds

The IDs of the security groups associated with the resource gateway.


[Package paws.networking version 0.9.0 Index]