Disables the standards specified by the provided
StandardsSubscriptionArns
.
For more information, see Security Standards section of the AWS Security Hub User Guide.
securityhub_batch_disable_standards(StandardsSubscriptionArns)
A list with the following syntax:
list(
StandardsSubscriptions = list(
list(
StandardsSubscriptionArn = "string",
StandardsArn = "string",
StandardsInput = list(
"string"
),
StandardsStatus = "PENDING"|"READY"|"FAILED"|"DELETING"|"INCOMPLETE"
)
)
)
[required] The ARNs of the standards subscriptions to disable.
svc$batch_disable_standards(
StandardsSubscriptionArns = list(
"string"
)
)