securityhub_list_security_control_definitions: Lists all of the security controls that apply to a specified...

View source: R/securityhub_operations.R

securityhub_list_security_control_definitionsR Documentation

Lists all of the security controls that apply to a specified standard

Description

Lists all of the security controls that apply to a specified standard.

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

Usage

securityhub_list_security_control_definitions(
  StandardsArn = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

StandardsArn

The Amazon Resource Name (ARN) of the standard that you want to view controls for.

NextToken

Optional pagination parameter.

MaxResults

An optional parameter that limits the total results of the API response to the specified number. If this parameter isn't provided in the request, the results include the first 25 security controls that apply to the specified standard. The results also include a NextToken parameter that you can use in a subsequent API call to get the next 25 controls. This repeats until all controls for the standard are returned.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.