Learn R Programming

paws.security.identity (version 0.1.5)

securityhub_batch_enable_standards: Enables the standards specified by the provided standardsArn

Description

Enables the standards specified by the provided standardsArn. In this release, only CIS AWS Foundations standards are supported. For more information, see Standards Supported in AWS Security Hub.

Usage

securityhub_batch_enable_standards(StandardsSubscriptionRequests)

Arguments

StandardsSubscriptionRequests

[required] The list of standards compliance checks to enable.

In this release, Security Hub supports only the CIS AWS Foundations standard.

The ARN for the standard is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0.

Request syntax

svc$batch_enable_standards(
  StandardsSubscriptionRequests = list(
    list(
      StandardsArn = "string",
      StandardsInput = list(
        "string"
      )
    )
  )
)