Class WebHookEventSubscriptionDestinationArgs


  • public final class WebHookEventSubscriptionDestinationArgs
    extends com.pulumi.resources.ResourceArgs
    Information about the webhook destination for an event subscription.
    • Method Detail

      • azureActiveDirectoryApplicationIdOrUri

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> azureActiveDirectoryApplicationIdOrUri()
        Returns:
        The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
      • azureActiveDirectoryTenantId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> azureActiveDirectoryTenantId()
        Returns:
        The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
      • endpointType

        public com.pulumi.core.Output<java.lang.String> endpointType()
        Returns:
        Type of the endpoint for the event subscription destination. Expected value is 'WebHook'.
      • endpointUrl

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> endpointUrl()
        Returns:
        The URL that represents the endpoint of the destination of an event subscription.
      • maxEventsPerBatch

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxEventsPerBatch()
        Returns:
        Maximum number of events per batch.
      • preferredBatchSizeInKilobytes

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> preferredBatchSizeInKilobytes()
        Returns:
        Preferred batch size in Kilobytes.