Redis Enterprise Args
data class RedisEnterpriseArgs(val clusterName: Output<String>? = null, val encryption: Output<ClusterPropertiesEncryptionArgs>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<EnterpriseSkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<RedisEnterpriseArgs>
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.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:cache:RedisEnterprise cache1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun RedisEnterpriseArgs(clusterName: Output<String>? = null, encryption: Output<ClusterPropertiesEncryptionArgs>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, location: Output<String>? = null, minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, resourceGroupName: Output<String>? = null, sku: Output<EnterpriseSkuArgs>? = null, tags: Output<Map<String, String>>? = null, zones: Output<List<String>>? = null)