SecurityHub / Client / update_connector_v2
update_connector_v2¶
- SecurityHub.Client.update_connector_v2(**kwargs)¶
- Grants permission to update a connectorV2 based on its id and input parameters. This API is in preview release and subject to change. - See also: AWS API Documentation - Request Syntax- response = client.update_connector_v2( ConnectorId='string', ClientSecret='string', Description='string', Provider={ 'JiraCloud': { 'ProjectKey': 'string' } } ) - Parameters:
- ConnectorId (string) – - [REQUIRED] - The UUID of the connectorV2 to identify connectorV2 resource. 
- ClientSecret (string) – The clientSecret of ServiceNow. 
- Description (string) – The description of the connectorV2. 
- Provider (dict) – - The third-party provider’s service configuration. - Note- This is a Tagged Union structure. Only one of the following top level keys can be set: - JiraCloud.- JiraCloud (dict) – - The parameters required to update the configuration for a Jira Cloud integration. - ProjectKey (string) – [REQUIRED] - The project key for a JiraCloud instance. 
 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions