Returns a list of summaries describing EnabledBaseline resources
Source:R/controltower_operations.R
controltower_list_enabled_baselines.RdReturns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources. For usage examples, see the Amazon Web Services Control Tower User Guide .
See https://www.paws-r-sdk.com/docs/controltower_list_enabled_baselines/ for full documentation.
Usage
controltower_list_enabled_baselines(
filter = NULL,
nextToken = NULL,
maxResults = NULL,
includeChildren = NULL
)Arguments
- filter
A filter applied on the
ListEnabledBaselineoperation. Allowed filters arebaselineIdentifiersandtargetIdentifiers. The filter can be applied for either, or both.- nextToken
A pagination token.
- maxResults
The maximum number of results to be shown.
- includeChildren
A value that can be set to include the child enabled baselines in responses. The default value is false.