Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains
Source:R/controltower_operations.R
controltower_list_enabled_controls.RdLists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Controls Reference Guide .
See https://www.paws-r-sdk.com/docs/controltower_list_enabled_controls/ for full documentation.
Usage
controltower_list_enabled_controls(
targetIdentifier = NULL,
nextToken = NULL,
maxResults = NULL,
filter = NULL,
includeChildren = NULL
)Arguments
- targetIdentifier
The ARN of the organizational unit. For information on how to find the
targetIdentifier, see the overview page.- nextToken
The token to continue the list from a previous API call with the same parameters.
- maxResults
How many results to return per API call.
- filter
An input filter for the
list_enabled_controlsAPI that lets you select the types of control operations to view.- includeChildren
A boolean value that determines whether to include enabled controls from child organizational units in the response.