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.
securityhub_list_security_control_definitions(
StandardsArn = NULL,
NextToken = NULL,
MaxResults = NULL
)
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
Optional pagination parameter.
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.