securityhub_update_action_target: Updates the name and description of a custom action target in...

View source: R/securityhub_operations.R

securityhub_update_action_targetR Documentation

Updates the name and description of a custom action target in Security Hub

Description

Updates the name and description of a custom action target in Security Hub.

See https://www.paws-r-sdk.com/docs/securityhub_update_action_target/ for full documentation.

Usage

securityhub_update_action_target(
  ActionTargetArn,
  Name = NULL,
  Description = NULL
)

Arguments

ActionTargetArn

[required] The ARN of the custom action target to update.

Name

The updated name of the custom action target.

Description

The updated description for the custom action target.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.