EventgridFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing EventGrid Domain

suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult
suspend fun getDomain(name: String, resourceGroupName: String): GetDomainResult
Link copied to clipboard

Use this data source to access information about an existing EventGrid Domain Topic

suspend fun getDomainTopic(domainName: String, name: String, resourceGroupName: String): GetDomainTopicResult
Link copied to clipboard

Use this data source to access information about an existing EventGrid System Topic

suspend fun getSystemTopic(name: String, resourceGroupName: String): GetSystemTopicResult
Link copied to clipboard
suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

Use this data source to access information about an existing EventGrid Topic

suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult
suspend fun getTopic(name: String, resourceGroupName: String): GetTopicResult