storagegateway_update_gateway_information {paws.storage} | R Documentation |
Updates a gateway's metadata, which includes the gateway's name and time zone
Description
Updates a gateway's metadata, which includes the gateway's name and time zone. To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.
See https://www.paws-r-sdk.com/docs/storagegateway_update_gateway_information/ for full documentation.
Usage
storagegateway_update_gateway_information(
GatewayARN,
GatewayName = NULL,
GatewayTimezone = NULL,
CloudWatchLogGroupARN = NULL,
GatewayCapacity = NULL
)
Arguments
GatewayARN |
[required] |
GatewayName |
|
GatewayTimezone |
A value that indicates the time zone of the gateway. |
CloudWatchLogGroupARN |
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway. For more information, see What is Amazon CloudWatch Logs? |
GatewayCapacity |
Specifies the size of the gateway's metadata cache. |
[Package paws.storage version 0.6.0 Index]