RedisEnterprise

class RedisEnterprise : KotlinCustomResource

Describes the RedisEnterprise cluster Uses Azure REST API version 2023-03-01-preview. In version 1.x of the Azure Native provider, it used API version 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, 2024-10-01, 2025-04-01.

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}

Properties

Link copied to clipboard

Encryption-at-rest configuration for the cluster.

Link copied to clipboard
val hostName: Output<String>

DNS name of the cluster endpoint

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The identity of the resource.

Link copied to clipboard
val location: Output<String>

The geo-location where the resource lives

Link copied to clipboard

The minimum TLS version for the cluster to support, e.g. '1.2'

Link copied to clipboard
val name: Output<String>

The name of the resource

Link copied to clipboard

List of private endpoint connections associated with the specified RedisEnterprise cluster

Link copied to clipboard

Current provisioning status of the cluster

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val redisVersion: Output<String>

Version of redis the cluster supports, e.g. '6'

Link copied to clipboard
val resourceState: Output<String>

Current resource status of the cluster

Link copied to clipboard

The SKU to create, which affects price, performance, and features.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Resource tags.

Link copied to clipboard
val type: Output<String>

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zones: Output<List<String>>?

The Availability Zones where this cluster will be deployed.