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 preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<WebHookEventSubscriptionDestinationArgs>
Information about the webhook destination for an event subscription.
Constructors
Link copied to clipboard
fun WebHookEventSubscriptionDestinationArgs(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, preferredBatchSizeInKilobytes: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null
Link copied to clipboard
Link copied to clipboard