RedisEnterprise

class RedisEnterprise : KotlinCustomResource

Describes the RedisEnterprise cluster Uses Azure REST API version 2024-03-01-preview. Other available API versions: 2020-10-01-preview, 2021-02-01-preview, 2021-03-01, 2021-08-01, 2022-01-01, 2022-11-01-preview, 2023-03-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01, 2025-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native redisenterprise [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:redisenterprise:RedisEnterprise cache1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}

Properties

Link copied to clipboard
val azureApiVersion: Output<String>

The Azure API version of the resource.

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
val sku: Output<SkuResponse>

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

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.