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, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-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
constructor(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)
Properties
Link copied to clipboard
The name of the RedisEnterprise cluster.
Link copied to clipboard
Encryption-at-rest configuration for the cluster.
Link copied to clipboard
The identity of the resource.
Link copied to clipboard
The minimum TLS version for the cluster to support, e.g. '1.2'
Link copied to clipboard
The name of the resource group. The name is case insensitive.
Link copied to clipboard
The SKU to create, which affects price, performance, and features.