Web Hook Event Subscription Destination Args
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
val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null
Delivery attribute details.
Link copied to clipboard
Type of the endpoint for the event subscription destination. Expected value is 'WebHook'.
Link copied to clipboard
The URL that represents the endpoint of the destination of an event subscription.
Link copied to clipboard
Maximum number of events per batch.
Link copied to clipboard
Minimum TLS version that should be supported by webhook endpoint
Link copied to clipboard
Preferred batch size in Kilobytes.