Returns a list of the standards that are currently enabled.
securityhub_get_enabled_standards(StandardsSubscriptionArns, NextToken,
MaxResults)
The list of the standards subscription ARNs for the standards to retrieve.
The token that is required for pagination. On your first call to the
GetEnabledStandards
operation, set the value of this parameter to
NULL
.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
The maximum number of results to return in the response.
svc$get_enabled_standards( StandardsSubscriptionArns = list( "string" ), NextToken = "string", MaxResults = 123 )