Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Builder for DomainIdentityArgs.
Link copied to clipboard
data class DomainInboundIpRuleArgs(val action: Output<String>? = null, val ipMask: Output<String>) : ConvertibleToJava<DomainInboundIpRuleArgs>
Link copied to clipboard
Builder for DomainInboundIpRuleArgs.
Link copied to clipboard
data class DomainInputMappingDefaultValuesArgs(val dataVersion: Output<String>? = null, val eventType: Output<String>? = null, val subject: Output<String>? = null) : ConvertibleToJava<DomainInputMappingDefaultValuesArgs>
Link copied to clipboard
Link copied to clipboard
data class DomainInputMappingFieldsArgs(val dataVersion: Output<String>? = null, val eventTime: Output<String>? = null, val eventType: Output<String>? = null, val id: Output<String>? = null, val subject: Output<String>? = null, val topic: Output<String>? = null) : ConvertibleToJava<DomainInputMappingFieldsArgs>
Link copied to clipboard
Builder for DomainInputMappingFieldsArgs.
Link copied to clipboard
data class EventSubscriptionAdvancedFilterArgs(val boolEquals: Output<List<EventSubscriptionAdvancedFilterBoolEqualArgs>>? = null, val isNotNulls: Output<List<EventSubscriptionAdvancedFilterIsNotNullArgs>>? = null, val isNullOrUndefineds: Output<List<EventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>>? = null, val numberGreaterThanOrEquals: Output<List<EventSubscriptionAdvancedFilterNumberGreaterThanOrEqualArgs>>? = null, val numberGreaterThans: Output<List<EventSubscriptionAdvancedFilterNumberGreaterThanArgs>>? = null, val numberInRanges: Output<List<EventSubscriptionAdvancedFilterNumberInRangeArgs>>? = null, val numberIns: Output<List<EventSubscriptionAdvancedFilterNumberInArgs>>? = null, val numberLessThanOrEquals: Output<List<EventSubscriptionAdvancedFilterNumberLessThanOrEqualArgs>>? = null, val numberLessThans: Output<List<EventSubscriptionAdvancedFilterNumberLessThanArgs>>? = null, val numberNotInRanges: Output<List<EventSubscriptionAdvancedFilterNumberNotInRangeArgs>>? = null, val numberNotIns: Output<List<EventSubscriptionAdvancedFilterNumberNotInArgs>>? = null, val stringBeginsWiths: Output<List<EventSubscriptionAdvancedFilterStringBeginsWithArgs>>? = null, val stringContains: Output<List<EventSubscriptionAdvancedFilterStringContainArgs>>? = null, val stringEndsWiths: Output<List<EventSubscriptionAdvancedFilterStringEndsWithArgs>>? = null, val stringIns: Output<List<EventSubscriptionAdvancedFilterStringInArgs>>? = null, val stringNotBeginsWiths: Output<List<EventSubscriptionAdvancedFilterStringNotBeginsWithArgs>>? = null, val stringNotContains: Output<List<EventSubscriptionAdvancedFilterStringNotContainArgs>>? = null, val stringNotEndsWiths: Output<List<EventSubscriptionAdvancedFilterStringNotEndsWithArgs>>? = null, val stringNotIns: Output<List<EventSubscriptionAdvancedFilterStringNotInArgs>>? = null) : ConvertibleToJava<EventSubscriptionAdvancedFilterArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterBoolEqualArgs(val key: Output<String>, val value: Output<Boolean>) : ConvertibleToJava<EventSubscriptionAdvancedFilterBoolEqualArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterIsNotNullArgs(val key: Output<String>) : ConvertibleToJava<EventSubscriptionAdvancedFilterIsNotNullArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterIsNullOrUndefinedArgs(val key: Output<String>) : ConvertibleToJava<EventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberGreaterThanArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberGreaterThanArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberGreaterThanOrEqualArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberGreaterThanOrEqualArgs>
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberInArgs(val key: Output<String>, val values: Output<List<Double>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberInArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberInRangeArgs(val key: Output<String>, val values: Output<List<List<Double>>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberInRangeArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberLessThanArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberLessThanArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberLessThanOrEqualArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberLessThanOrEqualArgs>
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberNotInArgs(val key: Output<String>, val values: Output<List<Double>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberNotInArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberNotInRangeArgs(val key: Output<String>, val values: Output<List<List<Double>>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterNumberNotInRangeArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringBeginsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringBeginsWithArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringContainArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringContainArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringEndsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringEndsWithArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringInArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringInArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringNotBeginsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringNotBeginsWithArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringNotContainArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringNotContainArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringNotEndsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringNotEndsWithArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringNotInArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EventSubscriptionAdvancedFilterStringNotInArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAzureFunctionEndpointArgs(val functionId: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<EventSubscriptionAzureFunctionEndpointArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionDeadLetterIdentityArgs(val type: Output<String>, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EventSubscriptionDeadLetterIdentityArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionDeliveryIdentityArgs(val type: Output<String>, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EventSubscriptionDeliveryIdentityArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionRetryPolicyArgs(val eventTimeToLive: Output<Int>, val maxDeliveryAttempts: Output<Int>) : ConvertibleToJava<EventSubscriptionRetryPolicyArgs>
Link copied to clipboard
Builder for EventSubscriptionRetryPolicyArgs.
Link copied to clipboard
data class EventSubscriptionStorageBlobDeadLetterDestinationArgs(val storageAccountId: Output<String>, val storageBlobContainerName: Output<String>) : ConvertibleToJava<EventSubscriptionStorageBlobDeadLetterDestinationArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionStorageQueueEndpointArgs(val queueMessageTimeToLiveInSeconds: Output<Int>? = null, val queueName: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<EventSubscriptionStorageQueueEndpointArgs>
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionSubjectFilterArgs(val caseSensitive: Output<Boolean>? = null, val subjectBeginsWith: Output<String>? = null, val subjectEndsWith: Output<String>? = null) : ConvertibleToJava<EventSubscriptionSubjectFilterArgs>
Link copied to clipboard
Builder for EventSubscriptionSubjectFilterArgs.
Link copied to clipboard
data class EventSubscriptionWebhookEndpointArgs(val activeDirectoryAppIdOrUri: Output<String>? = null, val activeDirectoryTenantId: Output<String>? = null, val baseUrl: Output<String>? = null, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null, val url: Output<String>) : ConvertibleToJava<EventSubscriptionWebhookEndpointArgs>
Link copied to clipboard
Link copied to clipboard
data class GetDomainPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainPlainArgs>
A collection of arguments for invoking getDomain.
Link copied to clipboard
Builder for GetDomainPlainArgs.
Link copied to clipboard
data class GetDomainTopicPlainArgs(val domainName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainTopicPlainArgs>
A collection of arguments for invoking getDomainTopic.
Link copied to clipboard
Builder for GetDomainTopicPlainArgs.
Link copied to clipboard
data class GetSystemTopicPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetSystemTopicPlainArgs>
A collection of arguments for invoking getSystemTopic.
Link copied to clipboard
Builder for GetSystemTopicPlainArgs.
Link copied to clipboard
data class GetTopicPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetTopicPlainArgs>
A collection of arguments for invoking getTopic.
Link copied to clipboard
class GetTopicPlainArgsBuilder
Builder for GetTopicPlainArgs.
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterArgs(val boolEquals: Output<List<SystemTopicEventSubscriptionAdvancedFilterBoolEqualArgs>>? = null, val isNotNulls: Output<List<SystemTopicEventSubscriptionAdvancedFilterIsNotNullArgs>>? = null, val isNullOrUndefineds: Output<List<SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>>? = null, val numberGreaterThanOrEquals: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanOrEqualArgs>>? = null, val numberGreaterThans: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanArgs>>? = null, val numberInRanges: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberInRangeArgs>>? = null, val numberIns: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberInArgs>>? = null, val numberLessThanOrEquals: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberLessThanOrEqualArgs>>? = null, val numberLessThans: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberLessThanArgs>>? = null, val numberNotInRanges: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberNotInRangeArgs>>? = null, val numberNotIns: Output<List<SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgs>>? = null, val stringBeginsWiths: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringBeginsWithArgs>>? = null, val stringContains: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringContainArgs>>? = null, val stringEndsWiths: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringEndsWithArgs>>? = null, val stringIns: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringInArgs>>? = null, val stringNotBeginsWiths: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringNotBeginsWithArgs>>? = null, val stringNotContains: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringNotContainArgs>>? = null, val stringNotEndsWiths: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringNotEndsWithArgs>>? = null, val stringNotIns: Output<List<SystemTopicEventSubscriptionAdvancedFilterStringNotInArgs>>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterBoolEqualArgs(val key: Output<String>, val value: Output<Boolean>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterBoolEqualArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterIsNotNullArgs(val key: Output<String>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterIsNotNullArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs(val key: Output<String>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefinedArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanOrEqualArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanOrEqualArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberInArgs(val key: Output<String>, val values: Output<List<Double>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberInArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberInRangeArgs(val key: Output<String>, val values: Output<List<List<Double>>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberInRangeArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberLessThanArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberLessThanArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberLessThanOrEqualArgs(val key: Output<String>, val value: Output<Double>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberLessThanOrEqualArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgs(val key: Output<String>, val values: Output<List<Double>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberNotInArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterNumberNotInRangeArgs(val key: Output<String>, val values: Output<List<List<Double>>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterNumberNotInRangeArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringBeginsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringBeginsWithArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringContainArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringContainArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringEndsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringEndsWithArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringInArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringInArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringNotBeginsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringNotBeginsWithArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringNotContainArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringNotContainArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringNotEndsWithArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringNotEndsWithArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAdvancedFilterStringNotInArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<SystemTopicEventSubscriptionAdvancedFilterStringNotInArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionAzureFunctionEndpointArgs(val functionId: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionAzureFunctionEndpointArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionDeadLetterIdentityArgs(val type: Output<String>, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionDeadLetterIdentityArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionDeliveryIdentityArgs(val type: Output<String>, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionDeliveryIdentityArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionDeliveryPropertyArgs(val headerName: Output<String>, val secret: Output<Boolean>? = null, val sourceField: Output<String>? = null, val type: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionDeliveryPropertyArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionRetryPolicyArgs(val eventTimeToLive: Output<Int>, val maxDeliveryAttempts: Output<Int>) : ConvertibleToJava<SystemTopicEventSubscriptionRetryPolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionStorageBlobDeadLetterDestinationArgs(val storageAccountId: Output<String>, val storageBlobContainerName: Output<String>) : ConvertibleToJava<SystemTopicEventSubscriptionStorageBlobDeadLetterDestinationArgs>
Link copied to clipboard
data class SystemTopicEventSubscriptionStorageQueueEndpointArgs(val queueMessageTimeToLiveInSeconds: Output<Int>? = null, val queueName: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<SystemTopicEventSubscriptionStorageQueueEndpointArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionSubjectFilterArgs(val caseSensitive: Output<Boolean>? = null, val subjectBeginsWith: Output<String>? = null, val subjectEndsWith: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionSubjectFilterArgs>
Link copied to clipboard
Link copied to clipboard
data class SystemTopicEventSubscriptionWebhookEndpointArgs(val activeDirectoryAppIdOrUri: Output<String>? = null, val activeDirectoryTenantId: Output<String>? = null, val baseUrl: Output<String>? = null, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null, val url: Output<String>) : ConvertibleToJava<SystemTopicEventSubscriptionWebhookEndpointArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Builder for SystemTopicIdentityArgs.
Link copied to clipboard
Link copied to clipboard
class TopicIdentityArgsBuilder
Builder for TopicIdentityArgs.
Link copied to clipboard
data class TopicInboundIpRuleArgs(val action: Output<String>? = null, val ipMask: Output<String>) : ConvertibleToJava<TopicInboundIpRuleArgs>
Link copied to clipboard
Builder for TopicInboundIpRuleArgs.
Link copied to clipboard
data class TopicInputMappingDefaultValuesArgs(val dataVersion: Output<String>? = null, val eventType: Output<String>? = null, val subject: Output<String>? = null) : ConvertibleToJava<TopicInputMappingDefaultValuesArgs>
Link copied to clipboard
Builder for TopicInputMappingDefaultValuesArgs.
Link copied to clipboard
data class TopicInputMappingFieldsArgs(val dataVersion: Output<String>? = null, val eventTime: Output<String>? = null, val eventType: Output<String>? = null, val id: Output<String>? = null, val subject: Output<String>? = null, val topic: Output<String>? = null) : ConvertibleToJava<TopicInputMappingFieldsArgs>
Link copied to clipboard
Builder for TopicInputMappingFieldsArgs.