Skip to content

Get Storage Configuration

ivsrealtime_get_storage_configuration R Documentation

Gets the storage configuration for the specified ARN

Description

Gets the storage configuration for the specified ARN.

Usage

ivsrealtime_get_storage_configuration(arn)

Arguments

arn

[required] ARN of the storage configuration to be retrieved.

Value

A list with the following syntax:

list(
  storageConfiguration = list(
    arn = "string",
    name = "string",
    s3 = list(
      bucketName = "string"
    ),
    tags = list(
      "string"
    )
  )
)

Request syntax

svc$get_storage_configuration(
  arn = "string"
)