Learn R Programming

paws.security.identity (version 0.1.8)

securityhub_batch_disable_standards: Disables the standards specified by the provided StandardsSubscriptionArns

Description

Disables the standards specified by the provided StandardsSubscriptionArns. For more information, see Standards Supported in AWS Security Hub.

Usage

securityhub_batch_disable_standards(StandardsSubscriptionArns)

Arguments

StandardsSubscriptionArns

[required] The ARNs of the standards subscriptions to disable.

Request syntax

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