Skip to content

Get Gateway

backupgateway_get_gateway R Documentation

By providing the ARN (Amazon Resource Name), this API returns the gateway

Description

By providing the ARN (Amazon Resource Name), this API returns the gateway.

Usage

backupgateway_get_gateway(GatewayArn)

Arguments

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway.

Value

A list with the following syntax:

list(
  Gateway = list(
    GatewayArn = "string",
    GatewayDisplayName = "string",
    GatewayType = "BACKUP_VM",
    HypervisorId = "string",
    LastSeenTime = as.POSIXct(
      "2015-01-01"
    ),
    MaintenanceStartTime = list(
      DayOfMonth = 123,
      DayOfWeek = 123,
      HourOfDay = 123,
      MinuteOfHour = 123
    ),
    NextUpdateAvailabilityTime = as.POSIXct(
      "2015-01-01"
    ),
    VpcEndpoint = "string"
  )
)

Request syntax

svc$get_gateway(
  GatewayArn = "string"
)