securityhub_list_configuration_policy_associations {paws.security.identity} | R Documentation |
Provides information about the associations for your configuration
policies and self-managed behavior
Description
Provides information about the associations for your configuration policies and self-managed behavior. Only the Security Hub 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 NextToken value that's returned from a previous paginated
list_configuration_policy_associations
request where MaxResults was used but the results exceeded the value
of that parameter. Pagination continues from the end of the previous
response that returned the NextToken value. This value is null when
there are no more results to return.
|
MaxResults |
The maximum number of results that's returned by
list_configuration_policies
in each page of the response. When this parameter is used,
list_configuration_policy_associations
returns the specified number of results in a single page and a
NextToken response element. You can see the remaining results of the
initial request by sending another
list_configuration_policy_associations
request with the returned NextToken value. A valid range for
MaxResults is between 1 and 100.
|
Filters |
Options for filtering the
list_configuration_policy_associations
response. You can filter by the Amazon Resource Name (ARN) or
universally unique identifier (UUID) of a configuration,
AssociationType , or AssociationStatus .
|
[Package
paws.security.identity version 0.6.1
Index]