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.
securityhub_batch_enable_standards(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.
svc$batch_enable_standards(
  StandardsSubscriptionRequests = list(
    list(
      StandardsArn = "string",
      StandardsInput = list(
        "string"
      )
    )
  )
)