storagegateway_update_gateway_information: Updates a gateway's metadata, which includes the gateway's...

View source: R/storagegateway_operations.R

storagegateway_update_gateway_informationR 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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.