getEnterpriseDatabase

Use this data source to access information about an existing Redis Enterprise Database

Example Usage

variables:
example:
fn::invoke:
function: azure:redis:getEnterpriseDatabase
arguments:
name: default
resourceGroupName: ${exampleAzurermResourceGroup.name}
clusterId: ${exampleAzurermRedisEnterpriseCluster.id}
outputs:
redisEnterpriseDatabasePrimaryKey: ${example.primaryAccessKey}
redisEnterpriseDatabaseSecondaryKey: ${example.secondaryAccessKey}

API Providers

This data source uses the following Azure API Providers:

  • Microsoft.Cache: 2024-10-01

Return

A collection of values returned by getEnterpriseDatabase.

Parameters

argument

A collection of arguments for invoking getEnterpriseDatabase.


Return

A collection of values returned by getEnterpriseDatabase.

Parameters

clusterId

The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.

name

The name of the Redis Enterprise Database.

See also


Return

A collection of values returned by getEnterpriseDatabase.

Parameters

argument

Builder for com.pulumi.azure.redis.kotlin.inputs.GetEnterpriseDatabasePlainArgs.

See also