WebhookReference
- class aws_cdk.interfaces.aws_amplify.WebhookReference(*, webhook_arn)
Bases:
objectA reference to a Webhook resource.
- Parameters:
webhook_arn (
str) – The Arn of the Webhook resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_amplify as interfaces_amplify webhook_reference = interfaces_amplify.WebhookReference( webhook_arn="webhookArn" )
Attributes
- webhook_arn
The Arn of the Webhook resource.