Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Service : KotlinCustomResource

Manages a Search Service.

Link copied to clipboard
data class ServiceArgs(val allowedIps: Output<List<String>>? = null, val authenticationFailureMode: Output<String>? = null, val customerManagedKeyEnforcementEnabled: Output<Boolean>? = null, val hostingMode: Output<String>? = null, val identity: Output<ServiceIdentityArgs>? = null, val localAuthenticationEnabled: Output<Boolean>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val networkRuleBypassOption: Output<String>? = null, val partitionCount: Output<Int>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val replicaCount: Output<Int>? = null, val resourceGroupName: Output<String>? = null, val semanticSearchSku: Output<String>? = null, val sku: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceArgs>

Manages a Search Service.

Link copied to clipboard
Link copied to clipboard
object ServiceMapper : ResourceMapper<Service>
Link copied to clipboard
Link copied to clipboard
class SharedPrivateLinkService : KotlinCustomResource

Manages the Shared Private Link Service for an Azure Search Service.

Link copied to clipboard
data class SharedPrivateLinkServiceArgs(val name: Output<String>? = null, val requestMessage: Output<String>? = null, val searchServiceId: Output<String>? = null, val subresourceName: Output<String>? = null, val targetResourceId: Output<String>? = null) : ConvertibleToJava<SharedPrivateLinkServiceArgs>

Manages the Shared Private Link Service for an Azure Search Service.

Functions

Link copied to clipboard
fun service(name: String): Service
suspend fun service(name: String, block: suspend ServiceResourceBuilder.() -> Unit): Service