Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.cache.kotlin
import com.pulumi.azurenative.cache.RedisEnterpriseArgs.builder
import com.pulumi.azurenative.cache.kotlin.enums.TlsVersion
import com.pulumi.azurenative.cache.kotlin.inputs.ClusterPropertiesEncryptionArgs
import com.pulumi.azurenative.cache.kotlin.inputs.ClusterPropertiesEncryptionArgsBuilder
import com.pulumi.azurenative.cache.kotlin.inputs.EnterpriseSkuArgs
import com.pulumi.azurenative.cache.kotlin.inputs.EnterpriseSkuArgsBuilder
import com.pulumi.azurenative.cache.kotlin.inputs.ManagedServiceIdentityArgs
import com.pulumi.azurenative.cache.kotlin.inputs.ManagedServiceIdentityArgsBuilder
import com.pulumi.core.Either
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Describes the RedisEnterprise cluster
* Azure REST API version: 2023-03-01-preview. Prior API version in Azure Native 1.x: 2021-03-01.
* Other available API versions: 2020-10-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:cache:RedisEnterprise cache1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
* ```
* @property clusterName The name of the RedisEnterprise cluster.
* @property encryption Encryption-at-rest configuration for the cluster.
* @property identity The identity of the resource.
* @property location The geo-location where the resource lives
* @property minimumTlsVersion The minimum TLS version for the cluster to support, e.g. '1.2'
* @property resourceGroupName The name of the resource group. The name is case insensitive.
* @property sku The SKU to create, which affects price, performance, and features.
* @property tags Resource tags.
* @property zones The Availability Zones where this cluster will be deployed.
*/
public data class RedisEnterpriseArgs(
public val clusterName: Output? = null,
public val encryption: Output? = null,
public val identity: Output? = null,
public val location: Output? = null,
public val minimumTlsVersion: Output>? = null,
public val resourceGroupName: Output? = null,
public val sku: Output? = null,
public val tags: Output