paws.security.identity (version 0.1.0)

securityhub_batch_enable_standards: Enables the standards specified by the standards ARNs

Description

Enables the standards specified by the standards ARNs. In the context of Security Hub, supported standards (for example, CIS AWS Foundations) are automated and continuous checks that help determine your compliance status against security industry (including AWS) best practices.

Usage

securityhub_batch_enable_standards(StandardsSubscriptionRequests)

Arguments

StandardsSubscriptionRequests

[required] The list of standards that you want to enable.

Request syntax

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