Package-level declarations

Types

data class AzureFunctionEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<AzureFunctionEventSubscriptionDestinationArgs>

Information about the azure function destination for an event subscription.

Link copied to clipboard
data class BoolEqualsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Boolean>? = null) : ConvertibleToJava<BoolEqualsAdvancedFilterArgs>

BoolEquals Advanced Filter.

Link copied to clipboard
data class BoolEqualsFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Boolean>? = null) : ConvertibleToJava<BoolEqualsFilterArgs>

BoolEquals Filter.

Link copied to clipboard
data class ClientCertificateAuthenticationArgs(val allowedThumbprints: Output<List<String>>? = null, val validationScheme: Output<Either<String, ClientCertificateValidationScheme>>? = null) : ConvertibleToJava<ClientCertificateAuthenticationArgs>

The certificate authentication properties for the client.

Link copied to clipboard
data class ConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PersistedConnectionStatus>>? = null) : ConvertibleToJava<ConnectionStateArgs>

ConnectionState information.

Link copied to clipboard
data class CustomDomainConfigurationArgs(val certificateUrl: Output<String>? = null, val expectedTxtRecordName: Output<String>? = null, val expectedTxtRecordValue: Output<String>? = null, val fullyQualifiedDomainName: Output<String>, val identity: Output<CustomDomainIdentityArgs>? = null, val validationState: Output<Either<String, CustomDomainValidationState>>? = null) : ConvertibleToJava<CustomDomainConfigurationArgs>

A custom domain configuration that allows users to publish to their own domain name.

Link copied to clipboard
data class CustomDomainIdentityArgs(val type: Output<Either<String, CustomDomainIdentityType>>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<CustomDomainIdentityArgs>

The identity information for retrieving the certificate for the custom domain.

Link copied to clipboard
data class DeadLetterWithResourceIdentityArgs(val deadLetterDestination: Output<StorageBlobDeadLetterDestinationArgs>? = null, val identity: Output<EventSubscriptionIdentityArgs>? = null) : ConvertibleToJava<DeadLetterWithResourceIdentityArgs>

Information about the deadletter destination with resource identity.

Link copied to clipboard
data class DeliveryConfigurationArgs(val deliveryMode: Output<Either<String, DeliveryMode>>? = null, val push: Output<PushInfoArgs>? = null, val queue: Output<QueueInfoArgs>? = null) : ConvertibleToJava<DeliveryConfigurationArgs>

Properties of the delivery configuration information of the event subscription.

Link copied to clipboard
data class DeliveryWithResourceIdentityArgs(val destination: Output<Any>? = null, val identity: Output<EventSubscriptionIdentityArgs>? = null) : ConvertibleToJava<DeliveryWithResourceIdentityArgs>

Information about the delivery for an event subscription with resource identity.

Link copied to clipboard
data class DynamicDeliveryAttributeMappingArgs(val name: Output<String>? = null, val sourceField: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DynamicDeliveryAttributeMappingArgs>

Dynamic delivery attribute mapping details.

Link copied to clipboard
data class DynamicRoutingEnrichmentArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DynamicRoutingEnrichmentArgs>
Link copied to clipboard
data class EventHubEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<EventHubEventSubscriptionDestinationArgs>

Information about the event hub destination for an event subscription.

Link copied to clipboard
data class EventSubscriptionFilterArgs(val advancedFilters: Output<List<Any>>? = null, val enableAdvancedFilteringOnArrays: Output<Boolean>? = null, val includedEventTypes: Output<List<String>>? = null, val isSubjectCaseSensitive: Output<Boolean>? = null, val subjectBeginsWith: Output<String>? = null, val subjectEndsWith: Output<String>? = null) : ConvertibleToJava<EventSubscriptionFilterArgs>

Filter for the Event Subscription.

Link copied to clipboard
data class EventSubscriptionIdentityArgs(val type: Output<Either<String, EventSubscriptionIdentityType>>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EventSubscriptionIdentityArgs>

The identity information with the event subscription.

Link copied to clipboard
data class EventTypeInfoArgs(val inlineEventTypes: Output<Map<String, InlineEventPropertiesArgs>>? = null, val kind: Output<Either<String, EventDefinitionKind>>? = null) : ConvertibleToJava<EventTypeInfoArgs>

The event type information for Channels.

Link copied to clipboard
Link copied to clipboard
data class FiltersConfigurationArgs(val filters: Output<List<Any>>? = null, val includedEventTypes: Output<List<String>>? = null) : ConvertibleToJava<FiltersConfigurationArgs>

Filters configuration for the Event Subscription.

Link copied to clipboard
data class GetCaCertificatePlainArgs(val caCertificateName: String, val namespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetCaCertificatePlainArgs>
Link copied to clipboard
data class GetChannelFullUrlPlainArgs(val channelName: String, val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetChannelFullUrlPlainArgs>
Link copied to clipboard
data class GetChannelPlainArgs(val channelName: String, val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetChannelPlainArgs>
Link copied to clipboard
data class GetClientGroupPlainArgs(val clientGroupName: String, val namespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetClientGroupPlainArgs>
Link copied to clipboard
data class GetClientPlainArgs(val clientName: String, val namespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetClientPlainArgs>
Link copied to clipboard
data class GetDomainEventSubscriptionDeliveryAttributesPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainEventSubscriptionDeliveryAttributesPlainArgs>
data class GetDomainEventSubscriptionFullUrlPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetDomainEventSubscriptionPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetDomainPlainArgs(val domainName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainPlainArgs>
Link copied to clipboard
data class GetDomainTopicEventSubscriptionDeliveryAttributesPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetDomainTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetDomainTopicEventSubscriptionFullUrlPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetDomainTopicEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetDomainTopicEventSubscriptionPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetDomainTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetDomainTopicPlainArgs(val domainName: String, val domainTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainTopicPlainArgs>
data class GetEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val scope: String) : ConvertibleToJava<GetEventSubscriptionDeliveryAttributesPlainArgs>
Link copied to clipboard
data class GetEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val scope: String) : ConvertibleToJava<GetEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetEventSubscriptionPlainArgs(val eventSubscriptionName: String, val scope: String) : ConvertibleToJava<GetEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetNamespacePlainArgs(val namespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetNamespacePlainArgs>
data class GetNamespaceTopicEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val namespaceName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetNamespaceTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetNamespaceTopicEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val namespaceName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetNamespaceTopicEventSubscriptionFullUrlPlainArgs>
data class GetNamespaceTopicEventSubscriptionPlainArgs(val eventSubscriptionName: String, val namespaceName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetNamespaceTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetNamespaceTopicPlainArgs(val namespaceName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetNamespaceTopicPlainArgs>
Link copied to clipboard
data class GetPartnerConfigurationPlainArgs(val resourceGroupName: String) : ConvertibleToJava<GetPartnerConfigurationPlainArgs>
Link copied to clipboard
data class GetPartnerDestinationPlainArgs(val partnerDestinationName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerDestinationPlainArgs>
Link copied to clipboard
data class GetPartnerNamespacePlainArgs(val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerNamespacePlainArgs>
Link copied to clipboard
data class GetPartnerRegistrationPlainArgs(val partnerRegistrationName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerRegistrationPlainArgs>
data class GetPartnerTopicEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetPartnerTopicEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicEventSubscriptionFullUrlPlainArgs>
data class GetPartnerTopicEventSubscriptionPlainArgs(val eventSubscriptionName: String, val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetPartnerTopicPlainArgs(val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicPlainArgs>
Link copied to clipboard
data class GetPermissionBindingPlainArgs(val namespaceName: String, val permissionBindingName: String, val resourceGroupName: String) : ConvertibleToJava<GetPermissionBindingPlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val parentName: String, val parentType: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
data class GetSystemTopicEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetSystemTopicEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetSystemTopicEventSubscriptionPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetSystemTopicPlainArgs(val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicPlainArgs>
data class GetTopicEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetTopicEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetTopicEventSubscriptionPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetTopicPlainArgs(val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetTopicSpacePlainArgs(val namespaceName: String, val resourceGroupName: String, val topicSpaceName: String) : ConvertibleToJava<GetTopicSpacePlainArgs>
data class HybridConnectionEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<HybridConnectionEventSubscriptionDestinationArgs>

Information about the HybridConnection destination for an event subscription.

Link copied to clipboard
data class IdentityInfoArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, IdentityType>>? = null, val userAssignedIdentities: Output<Map<String, UserIdentityPropertiesArgs>>? = null) : ConvertibleToJava<IdentityInfoArgs>

The identity information for the resource.

Link copied to clipboard
Link copied to clipboard
data class InboundIpRuleArgs(val action: Output<Either<String, IpActionType>>? = null, val ipMask: Output<String>? = null) : ConvertibleToJava<InboundIpRuleArgs>
Link copied to clipboard
Link copied to clipboard
data class InlineEventPropertiesArgs(val dataSchemaUrl: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val documentationUrl: Output<String>? = null) : ConvertibleToJava<InlineEventPropertiesArgs>

Additional information about every inline event.

Link copied to clipboard
data class IsNotNullAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>) : ConvertibleToJava<IsNotNullAdvancedFilterArgs>

IsNotNull Advanced Filter.

Link copied to clipboard
data class IsNotNullFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>) : ConvertibleToJava<IsNotNullFilterArgs>

IsNotNull Filter.

Link copied to clipboard
data class IsNullOrUndefinedAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>) : ConvertibleToJava<IsNullOrUndefinedAdvancedFilterArgs>

IsNullOrUndefined Advanced Filter.

Link copied to clipboard
data class IsNullOrUndefinedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>) : ConvertibleToJava<IsNullOrUndefinedFilterArgs>

IsNullOrUndefined Filter.

Link copied to clipboard
data class JsonFieldArgs(val sourceField: Output<String>? = null) : ConvertibleToJava<JsonFieldArgs>

This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema.

Link copied to clipboard
Link copied to clipboard
data class JsonFieldWithDefaultArgs(val defaultValue: Output<String>? = null, val sourceField: Output<String>? = null) : ConvertibleToJava<JsonFieldWithDefaultArgs>

This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'subject', 'eventtype' and 'dataversion' properties. This represents a field in the input event schema along with a default value to be used, and at least one of these two properties should be provided.

Link copied to clipboard
data class JsonInputSchemaMappingArgs(val dataVersion: Output<JsonFieldWithDefaultArgs>? = null, val eventTime: Output<JsonFieldArgs>? = null, val eventType: Output<JsonFieldWithDefaultArgs>? = null, val id: Output<JsonFieldArgs>? = null, val inputSchemaMappingType: Output<String>, val subject: Output<JsonFieldWithDefaultArgs>? = null, val topic: Output<JsonFieldArgs>? = null) : ConvertibleToJava<JsonInputSchemaMappingArgs>

This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.

Link copied to clipboard
data class ListDomainSharedAccessKeysPlainArgs(val domainName: String, val resourceGroupName: String) : ConvertibleToJava<ListDomainSharedAccessKeysPlainArgs>
Link copied to clipboard
data class ListNamespaceSharedAccessKeysPlainArgs(val namespaceName: String, val resourceGroupName: String) : ConvertibleToJava<ListNamespaceSharedAccessKeysPlainArgs>
data class ListNamespaceTopicSharedAccessKeysPlainArgs(val namespaceName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<ListNamespaceTopicSharedAccessKeysPlainArgs>
data class ListPartnerNamespaceSharedAccessKeysPlainArgs(val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<ListPartnerNamespaceSharedAccessKeysPlainArgs>
Link copied to clipboard
data class ListTopicSharedAccessKeysPlainArgs(val resourceGroupName: String, val topicName: String) : ConvertibleToJava<ListTopicSharedAccessKeysPlainArgs>
data class MonitorAlertEventSubscriptionDestinationArgs(val actionGroups: Output<List<String>>? = null, val description: Output<String>? = null, val endpointType: Output<String>, val severity: Output<Either<String, MonitorAlertSeverity>>? = null) : ConvertibleToJava<MonitorAlertEventSubscriptionDestinationArgs>

Information about the Monitor Alert destination for an event subscription.

Link copied to clipboard
data class NamespaceSkuArgs(val capacity: Output<Int>? = null, val name: Output<Either<String, SkuName>>? = null) : ConvertibleToJava<NamespaceSkuArgs>

Represents available Sku pricing tiers.

Link copied to clipboard
data class NamespaceTopicEventSubscriptionDestinationArgs(val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<NamespaceTopicEventSubscriptionDestinationArgs>

Information about the Namespace Topic destination for an event subscription.

Link copied to clipboard
data class NumberGreaterThanAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberGreaterThanAdvancedFilterArgs>

NumberGreaterThan Advanced Filter.

Link copied to clipboard
data class NumberGreaterThanFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberGreaterThanFilterArgs>

NumberGreaterThan Filter.

data class NumberGreaterThanOrEqualsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberGreaterThanOrEqualsAdvancedFilterArgs>

NumberGreaterThanOrEquals Advanced Filter.

Link copied to clipboard
data class NumberGreaterThanOrEqualsFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberGreaterThanOrEqualsFilterArgs>

NumberGreaterThanOrEquals Filter.

Link copied to clipboard
data class NumberInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<Double>>? = null) : ConvertibleToJava<NumberInAdvancedFilterArgs>

NumberIn Advanced Filter.

Link copied to clipboard
data class NumberInFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<Double>>? = null) : ConvertibleToJava<NumberInFilterArgs>

NumberIn Filter.

Link copied to clipboard
Link copied to clipboard
data class NumberInRangeAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<List<Double>>>? = null) : ConvertibleToJava<NumberInRangeAdvancedFilterArgs>

NumberInRange Advanced Filter.

Link copied to clipboard
data class NumberInRangeFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<List<Double>>>? = null) : ConvertibleToJava<NumberInRangeFilterArgs>

NumberInRange Filter.

Link copied to clipboard
data class NumberLessThanAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberLessThanAdvancedFilterArgs>

NumberLessThan Advanced Filter.

Link copied to clipboard
data class NumberLessThanFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberLessThanFilterArgs>

NumberLessThan Filter.

Link copied to clipboard
data class NumberLessThanOrEqualsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberLessThanOrEqualsAdvancedFilterArgs>

NumberLessThanOrEquals Advanced Filter.

Link copied to clipboard
data class NumberLessThanOrEqualsFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberLessThanOrEqualsFilterArgs>

NumberLessThanOrEquals Filter.

Link copied to clipboard
data class NumberNotInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<Double>>? = null) : ConvertibleToJava<NumberNotInAdvancedFilterArgs>

NumberNotIn Advanced Filter.

Link copied to clipboard
data class NumberNotInFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<Double>>? = null) : ConvertibleToJava<NumberNotInFilterArgs>

NumberNotIn Filter.

Link copied to clipboard
data class NumberNotInRangeAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<List<Double>>>? = null) : ConvertibleToJava<NumberNotInRangeAdvancedFilterArgs>

NumberNotInRange Advanced Filter.

Link copied to clipboard
data class NumberNotInRangeFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<List<Double>>>? = null) : ConvertibleToJava<NumberNotInRangeFilterArgs>

NumberNotInRange Filter.

Link copied to clipboard
data class PartnerArgs(val authorizationExpirationTimeInUtc: Output<String>? = null, val partnerName: Output<String>? = null, val partnerRegistrationImmutableId: Output<String>? = null) : ConvertibleToJava<PartnerArgs>

Information about the partner.

Link copied to clipboard
Link copied to clipboard
data class PartnerAuthorizationArgs(val authorizedPartnersList: Output<List<PartnerArgs>>? = null, val defaultMaximumExpirationTimeInDays: Output<Int>? = null) : ConvertibleToJava<PartnerAuthorizationArgs>

The partner authorization details.

Link copied to clipboard
data class PartnerTopicInfoArgs(val azureSubscriptionId: Output<String>? = null, val eventTypeInfo: Output<EventTypeInfoArgs>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<PartnerTopicInfoArgs>

Properties of the corresponding partner topic of a Channel.

Link copied to clipboard
data class PrivateEndpointArgs(val id: Output<String>? = null) : ConvertibleToJava<PrivateEndpointArgs>

PrivateEndpoint information.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val groupIds: Output<List<String>>? = null, val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<ConnectionStateArgs>? = null, val provisioningState: Output<Either<String, ResourceProvisioningState>>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>
Link copied to clipboard
data class PushInfoArgs(val deadLetterDestinationWithResourceIdentity: Output<DeadLetterWithResourceIdentityArgs>? = null, val deliveryWithResourceIdentity: Output<DeliveryWithResourceIdentityArgs>? = null, val destination: Output<Any>? = null, val eventTimeToLive: Output<String>? = null, val maxDeliveryCount: Output<Int>? = null) : ConvertibleToJava<PushInfoArgs>

Properties of the destination info for event subscription supporting push.

Link copied to clipboard
Link copied to clipboard
data class QueueInfoArgs(val deadLetterDestinationWithResourceIdentity: Output<DeadLetterWithResourceIdentityArgs>? = null, val eventTimeToLive: Output<String>? = null, val maxDeliveryCount: Output<Int>? = null, val receiveLockDurationInSeconds: Output<Int>? = null) : ConvertibleToJava<QueueInfoArgs>

Properties of the Queue info for event subscription.

Link copied to clipboard
Link copied to clipboard
data class RetryPolicyArgs(val eventTimeToLiveInMinutes: Output<Int>? = null, val maxDeliveryAttempts: Output<Int>? = null) : ConvertibleToJava<RetryPolicyArgs>

Information about the retry policy for an event subscription.

Link copied to clipboard
Link copied to clipboard
data class RoutingEnrichmentsArgs(val dynamic: Output<List<DynamicRoutingEnrichmentArgs>>? = null, val static: Output<List<StaticStringRoutingEnrichmentArgs>>? = null) : ConvertibleToJava<RoutingEnrichmentsArgs>
Link copied to clipboard
data class RoutingIdentityInfoArgs(val type: Output<Either<String, RoutingIdentityType>>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<RoutingIdentityInfoArgs>

Routing identity info for topic spaces configuration.

data class ServiceBusQueueEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<ServiceBusQueueEventSubscriptionDestinationArgs>

Information about the service bus destination for an event subscription.

data class ServiceBusTopicEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<ServiceBusTopicEventSubscriptionDestinationArgs>

Information about the service bus topic destination for an event subscription.

Link copied to clipboard
data class StaticDeliveryAttributeMappingArgs(val isSecret: Output<Boolean>? = null, val name: Output<String>? = null, val type: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<StaticDeliveryAttributeMappingArgs>

Static delivery attribute mapping details.

Link copied to clipboard
data class StaticStringRoutingEnrichmentArgs(val key: Output<String>? = null, val value: Output<String>? = null, val valueType: Output<String>) : ConvertibleToJava<StaticStringRoutingEnrichmentArgs>
Link copied to clipboard
data class StorageBlobDeadLetterDestinationArgs(val blobContainerName: Output<String>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<StorageBlobDeadLetterDestinationArgs>

Information about the storage blob based dead letter destination.

data class StorageQueueEventSubscriptionDestinationArgs(val endpointType: Output<String>, val queueMessageTimeToLiveInSeconds: Output<Double>? = null, val queueName: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<StorageQueueEventSubscriptionDestinationArgs>

Information about the storage queue destination for an event subscription.

Link copied to clipboard
data class StringBeginsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringBeginsWithAdvancedFilterArgs>

StringBeginsWith Advanced Filter.

Link copied to clipboard
data class StringBeginsWithFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringBeginsWithFilterArgs>

StringBeginsWith Filter.

Link copied to clipboard
data class StringContainsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringContainsAdvancedFilterArgs>

StringContains Advanced Filter.

Link copied to clipboard
data class StringContainsFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringContainsFilterArgs>

StringContains Filter.

Link copied to clipboard
data class StringEndsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringEndsWithAdvancedFilterArgs>

StringEndsWith Advanced Filter.

Link copied to clipboard
data class StringEndsWithFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringEndsWithFilterArgs>

StringEndsWith Filter.

Link copied to clipboard
data class StringInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringInAdvancedFilterArgs>

StringIn Advanced Filter.

Link copied to clipboard
data class StringInFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringInFilterArgs>

StringIn Filter.

Link copied to clipboard
Link copied to clipboard
data class StringNotBeginsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotBeginsWithAdvancedFilterArgs>

StringNotBeginsWith Advanced Filter.

Link copied to clipboard
data class StringNotBeginsWithFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotBeginsWithFilterArgs>

StringNotBeginsWith Filter.

Link copied to clipboard
data class StringNotContainsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotContainsAdvancedFilterArgs>

StringNotContains Advanced Filter.

Link copied to clipboard
data class StringNotContainsFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotContainsFilterArgs>

StringNotContains Filter.

Link copied to clipboard
data class StringNotEndsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotEndsWithAdvancedFilterArgs>

StringNotEndsWith Advanced Filter.

Link copied to clipboard
data class StringNotEndsWithFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotEndsWithFilterArgs>

StringNotEndsWith Filter.

Link copied to clipboard
data class StringNotInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotInAdvancedFilterArgs>

StringNotIn Advanced Filter.

Link copied to clipboard
data class StringNotInFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotInFilterArgs>

StringNotIn Filter.

Link copied to clipboard
data class TopicsConfigurationArgs(val customDomains: Output<List<CustomDomainConfigurationArgs>>? = null) : ConvertibleToJava<TopicsConfigurationArgs>

Properties of the Topics Configuration.

Link copied to clipboard
data class TopicSpacesConfigurationArgs(val customDomains: Output<List<CustomDomainConfigurationArgs>>? = null, val maximumClientSessionsPerAuthenticationName: Output<Int>? = null, val maximumSessionExpiryInHours: Output<Int>? = null, val routeTopicResourceId: Output<String>? = null, val routingEnrichments: Output<RoutingEnrichmentsArgs>? = null, val routingIdentityInfo: Output<RoutingIdentityInfoArgs>? = null, val state: Output<Either<String, TopicSpacesConfigurationState>>? = null) : ConvertibleToJava<TopicSpacesConfigurationArgs>

Properties of the Topic Spaces Configuration.

Link copied to clipboard
data class UserIdentityPropertiesArgs(val clientId: Output<String>? = null, val principalId: Output<String>? = null) : ConvertibleToJava<UserIdentityPropertiesArgs>

The information about the user identity.

Link copied to clipboard
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.