Skip to content

Update Enabled Baseline

controltower_update_enabled_baseline R Documentation

Updates an EnabledBaseline resource's applied parameters or version

Description

Updates an EnabledBaseline resource's applied parameters or version. For usage examples, see the Amazon Web Services Control Tower User Guide .

Usage

controltower_update_enabled_baseline(baselineVersion,
  enabledBaselineIdentifier, parameters)

Arguments

baselineVersion

[required] Specifies the new Baseline version, to which the EnabledBaseline should be updated.

enabledBaselineIdentifier

[required] Specifies the EnabledBaseline resource to be updated.

parameters

Parameters to apply when making an update.

Value

A list with the following syntax:

list(
  operationIdentifier = "string"
)

Request syntax

svc$update_enabled_baseline(
  baselineVersion = "string",
  enabledBaselineIdentifier = "string",
  parameters = list(
    list(
      key = "string",
      value = list()
    )
  )
)