securityhub_describe_standards_controls: Returns a list of security standards controls

View source: R/securityhub_operations.R

securityhub_describe_standards_controlsR Documentation

Returns a list of security standards controls

Description

Returns a list of security standards controls.

See https://www.paws-r-sdk.com/docs/securityhub_describe_standards_controls/ for full documentation.

Usage

securityhub_describe_standards_controls(
  StandardsSubscriptionArn,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

StandardsSubscriptionArn

[required] The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the get_enabled_standards operation.

NextToken

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


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.