WebHookEventSubscriptionDestinationArgs

data class WebHookEventSubscriptionDestinationArgs(val azureActiveDirectoryApplicationIdOrUri: Output<String>? = null, val azureActiveDirectoryTenantId: Output<String>? = null, val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val endpointUrl: Output<String>? = null, val maxEventsPerBatch: Output<Int>? = null, val minimumTlsVersionAllowed: Output<Either<String, TlsVersion>>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<WebHookEventSubscriptionDestinationArgs>

Information about the webhook destination for an event subscription.

Constructors

Link copied to clipboard
constructor(azureActiveDirectoryApplicationIdOrUri: Output<String>? = null, azureActiveDirectoryTenantId: Output<String>? = null, deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, endpointType: Output<String>, endpointUrl: Output<String>? = null, maxEventsPerBatch: Output<Int>? = null, minimumTlsVersionAllowed: Output<Either<String, TlsVersion>>? = null, preferredBatchSizeInKilobytes: Output<Int>? = null)

Properties

Link copied to clipboard

The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

Link copied to clipboard

The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.

Link copied to clipboard
Link copied to clipboard
val endpointType: Output<String>

Type of the endpoint for the event subscription destination. Expected value is 'WebHook'.

Link copied to clipboard
val endpointUrl: Output<String>? = null

The URL that represents the endpoint of the destination of an event subscription.

Link copied to clipboard
val maxEventsPerBatch: Output<Int>? = null

Maximum number of events per batch.

Link copied to clipboard
val minimumTlsVersionAllowed: Output<Either<String, TlsVersion>>? = null

Minimum TLS version that should be supported by webhook endpoint

Link copied to clipboard
val preferredBatchSizeInKilobytes: Output<Int>? = null

Preferred batch size in Kilobytes.

Functions

Link copied to clipboard
open override fun toJava(): WebHookEventSubscriptionDestinationArgs