Skip to content

Update Connector V2

securityhub_update_connector_v2 R Documentation

Grants permission to update a connectorV2 based on its id and input parameters

Description

Grants permission to update a connectorV2 based on its id and input parameters.

Usage

securityhub_update_connector_v2(ConnectorId, Description, Provider)

Arguments

ConnectorId

[required] The UUID of the connectorV2 to identify connectorV2 resource.

Description

The description of the connectorV2.

Provider

The third-party provider’s service configuration.

Value

An empty list.

Request syntax

svc$update_connector_v2(
  ConnectorId = "string",
  Description = "string",
  Provider = list(
    JiraCloud = list(
      ProjectKey = "string"
    ),
    ServiceNow = list(
      SecretArn = "string"
    )
  )
)