controltower_list_enabled_baselines: Returns a list of summaries describing EnabledBaseline...

View source: R/controltower_operations.R

controltower_list_enabled_baselinesR Documentation

Returns a list of summaries describing EnabledBaseline resources

Description

Returns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources.

See https://www.paws-r-sdk.com/docs/controltower_list_enabled_baselines/ for full documentation.

Usage

controltower_list_enabled_baselines(
  filter = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

filter

A filter applied on the ListEnabledBaseline operation. Allowed filters are baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or both.

maxResults

The maximum number of results to be shown.

nextToken

A pagination token.


paws.management documentation built on May 29, 2024, 1:50 a.m.