CodePipeline / Client / register_webhook_with_third_party

register_webhook_with_third_party#

CodePipeline.Client.register_webhook_with_third_party(**kwargs)#

Configures a connection between the webhook that was created and the external tool with events to be detected.

See also: AWS API Documentation

Request Syntax

response = client.register_webhook_with_third_party(
    webhookName='string'
)
Parameters:

webhookName (string) – The name of an existing webhook created with PutWebhook to register with a supported third party.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions