paws.security.identity (version 0.1.0)

securityhub_batch_disable_standards: Disables the standards specified by the standards subscription ARNs

Description

Disables the standards specified by the standards subscription 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_disable_standards(StandardsSubscriptionArns)

Arguments

StandardsSubscriptionArns

[required] The ARNS of the standards subscriptions that you want to disable.

Request syntax

svc$batch_disable_standards(
  StandardsSubscriptionArns = list(
    "string"
  )
)