Learn R Programming

paws.security.identity (version 0.1.9)

securityhub_describe_standards_controls: Returns a list of security standards controls

Description

Returns a list of security standards controls.

Usage

securityhub_describe_standards_controls(StandardsSubscriptionArn,
  NextToken, MaxResults)

Arguments

StandardsSubscriptionArn

[required] The ARN of a resource that represents your subscription to a supported standard.

NextToken

The token that is required for pagination. On your first call to the DescribeStandardsControls 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.

MaxResults

The maximum number of security standard controls to return.

Request syntax

svc$describe_standards_controls(
  StandardsSubscriptionArn = "string",
  NextToken = "string",
  MaxResults = 123
)

Details

For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.