View source: R/securityhub_operations.R
| securityhub_create_connector_v2 | R Documentation |
Grants permission to create a connectorV2 based on input parameters.
See https://www.paws-r-sdk.com/docs/securityhub_create_connector_v2/ for full documentation.
securityhub_create_connector_v2(
Name,
Description = NULL,
Provider,
KmsKeyArn = NULL,
Tags = NULL,
ClientToken = NULL
)
Name |
[required] The unique name of the connectorV2. |
Description |
The description of the connectorV2. |
Provider |
[required] The third-party provider’s service configuration. |
KmsKeyArn |
The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2. |
Tags |
The tags to add to the connectorV2 when you create. |
ClientToken |
A unique identifier used to ensure idempotency. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.