Provides information about the associations for your configuration policies and self-managed behavior
Source:R/securityhub_operations.R
securityhub_list_configuration_policy_associations.RdProvides information about the associations for your configuration policies and self-managed behavior. Only the Security Hub CSPM delegated administrator can invoke this operation from the home Region.
See https://www.paws-r-sdk.com/docs/securityhub_list_configuration_policy_associations/ for full documentation.
Usage
securityhub_list_configuration_policy_associations(
NextToken = NULL,
MaxResults = NULL,
Filters = NULL
)Arguments
- NextToken
The
NextTokenvalue that's returned from a previous paginatedlist_configuration_policy_associationsrequest whereMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- MaxResults
The maximum number of results that's returned by
list_configuration_policiesin each page of the response. When this parameter is used,list_configuration_policy_associationsreturns the specified number of results in a single page and aNextTokenresponse element. You can see the remaining results of the initial request by sending anotherlist_configuration_policy_associationsrequest with the returnedNextTokenvalue. A valid range forMaxResultsis between 1 and 100.- Filters
Options for filtering the
list_configuration_policy_associationsresponse. You can filter by the Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration,AssociationType, orAssociationStatus.