View source: R/storagegateway_operations.R
storagegateway_update_gateway_information | R Documentation |
Updates a gateway's metadata, which includes the gateway's name, time zone, and metadata cache size. 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.
storagegateway_update_gateway_information(
GatewayARN,
GatewayName = NULL,
GatewayTimezone = NULL,
CloudWatchLogGroupARN = NULL,
GatewayCapacity = NULL
)
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. This setting impacts gateway performance and hardware recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.