Skip to content

Get Track

redshiftserverless_get_track R Documentation

Get the Redshift Serverless version for a specified track

Description

Get the Redshift Serverless version for a specified track.

Usage

redshiftserverless_get_track(trackName)

Arguments

trackName

[required] The name of the track of which its version is fetched.

Value

A list with the following syntax:

list(
  track = list(
    trackName = "string",
    updateTargets = list(
      list(
        trackName = "string",
        workgroupVersion = "string"
      )
    ),
    workgroupVersion = "string"
  )
)

Request syntax

svc$get_track(
  trackName = "string"
)