Learn R Programming

paws.security.identity (version 0.1.3)

securityhub_get_enabled_standards: Returns a list of the standards that are currently enabled

Description

Returns a list of the standards that are currently enabled.

Usage

securityhub_get_enabled_standards(StandardsSubscriptionArns, NextToken,
  MaxResults)

Arguments

StandardsSubscriptionArns

A list of the standards subscription ARNs for the standards to retrieve.

NextToken

Paginates results. On your first call to the GetEnabledStandards operation, set the value of this parameter to NULL. For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.

MaxResults

The maximum number of results to return in the response.

Request syntax

svc$get_enabled_standards(
  StandardsSubscriptionArns = list(
    "string"
  ),
  NextToken = "string",
  MaxResults = 123
)