Class NotificationPolicyWebhooksArgs


  • public final class NotificationPolicyWebhooksArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • accountId

        public com.pulumi.core.Output<java.lang.String> accountId()
        Returns:
        The account identifier to target for the resource.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        The name of the webhook destination.
      • secret

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> secret()
        Returns:
        An optional secret can be provided that will be passed in the `cf-webhook-auth` header when dispatching a webhook notification. Secrets are not returned in any API response body. Refer to the [documentation](https://api.cloudflare.com/#notification-webhooks-create-webhook) for more details.
      • url

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> url()
        Returns:
        The URL of the webhook destinations. **Modifying this attribute will force creation of a new resource.**