Skip to content

Get Baseline

controltower_get_baseline R Documentation

Retrieve details about an existing Baseline resource by specifying its identifier

Description

Retrieve details about an existing Baseline resource by specifying its identifier. For usage examples, see the Amazon Web Services Control Tower User Guide .

Usage

controltower_get_baseline(baselineIdentifier)

Arguments

baselineIdentifier

[required] The ARN of the Baseline resource to be retrieved.

Value

A list with the following syntax:

list(
  arn = "string",
  description = "string",
  name = "string"
)

Request syntax

svc$get_baseline(
  baselineIdentifier = "string"
)