paws.security.identity (version 0.1.0)

securityhub_get_enabled_standards: Lists and describes enabled standards

Description

Lists and describes enabled standards.

Usage

securityhub_get_enabled_standards(StandardsSubscriptionArns, NextToken,
  MaxResults)

Arguments

StandardsSubscriptionArns

The list of standards subscription ARNS that you want to list and describe.

NextToken

Paginates results. Set the value of this parameter to NULL on your first call to the GetEnabledStandards operation. 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

Indicates the maximum number of items that you want in the response.

Request syntax

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