1. Packages
  2. Azure Classic
  3. API Docs
  4. redis
  5. getEnterpriseDatabase

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

azure.redis.getEnterpriseDatabase

Explore with Pulumi AI

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

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

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.redis.RedisFunctions;
import com.pulumi.azure.redis.inputs.GetEnterpriseDatabaseArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = RedisFunctions.getEnterpriseDatabase(GetEnterpriseDatabaseArgs.builder()
            .name("default")
            .resourceGroupName(exampleAzurermResourceGroup.name())
            .clusterId(exampleAzurermRedisEnterpriseCluster.id())
            .build());

        ctx.export("redisEnterpriseDatabasePrimaryKey", example.applyValue(getEnterpriseDatabaseResult -> getEnterpriseDatabaseResult.primaryAccessKey()));
        ctx.export("redisEnterpriseDatabaseSecondaryKey", example.applyValue(getEnterpriseDatabaseResult -> getEnterpriseDatabaseResult.secondaryAccessKey()));
    }
}
Copy
variables:
  example:
    fn::invoke:
      function: azure:redis:getEnterpriseDatabase
      arguments:
        name: default
        resourceGroupName: ${exampleAzurermResourceGroup.name}
        clusterId: ${exampleAzurermRedisEnterpriseCluster.id}
outputs:
  redisEnterpriseDatabasePrimaryKey: ${example.primaryAccessKey}
  redisEnterpriseDatabaseSecondaryKey: ${example.secondaryAccessKey}
Copy

Using getEnterpriseDatabase

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getEnterpriseDatabase(args: GetEnterpriseDatabaseArgs, opts?: InvokeOptions): Promise<GetEnterpriseDatabaseResult>
function getEnterpriseDatabaseOutput(args: GetEnterpriseDatabaseOutputArgs, opts?: InvokeOptions): Output<GetEnterpriseDatabaseResult>
Copy
def get_enterprise_database(cluster_id: Optional[str] = None,
                            name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetEnterpriseDatabaseResult
def get_enterprise_database_output(cluster_id: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetEnterpriseDatabaseResult]
Copy
func LookupEnterpriseDatabase(ctx *Context, args *LookupEnterpriseDatabaseArgs, opts ...InvokeOption) (*LookupEnterpriseDatabaseResult, error)
func LookupEnterpriseDatabaseOutput(ctx *Context, args *LookupEnterpriseDatabaseOutputArgs, opts ...InvokeOption) LookupEnterpriseDatabaseResultOutput
Copy

> Note: This function is named LookupEnterpriseDatabase in the Go SDK.

public static class GetEnterpriseDatabase 
{
    public static Task<GetEnterpriseDatabaseResult> InvokeAsync(GetEnterpriseDatabaseArgs args, InvokeOptions? opts = null)
    public static Output<GetEnterpriseDatabaseResult> Invoke(GetEnterpriseDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetEnterpriseDatabaseResult> getEnterpriseDatabase(GetEnterpriseDatabaseArgs args, InvokeOptions options)
public static Output<GetEnterpriseDatabaseResult> getEnterpriseDatabase(GetEnterpriseDatabaseArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure:redis/getEnterpriseDatabase:getEnterpriseDatabase
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterId This property is required. string
The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
Name This property is required. string
The name of the Redis Enterprise Database.
ClusterId This property is required. string
The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
Name This property is required. string
The name of the Redis Enterprise Database.
clusterId This property is required. String
The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
name This property is required. String
The name of the Redis Enterprise Database.
clusterId This property is required. string
The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
name This property is required. string
The name of the Redis Enterprise Database.
cluster_id This property is required. str
The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
name This property is required. str
The name of the Redis Enterprise Database.
clusterId This property is required. String
The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
name This property is required. String
The name of the Redis Enterprise Database.

getEnterpriseDatabase Result

The following output properties are available:

ClusterId string
The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
Id string
The provider-assigned unique ID for this managed resource.
LinkedDatabaseGroupNickname string
The Linked Database Group Nickname for the Redis Enterprise Database instance.
LinkedDatabaseIds List<string>
The Linked Database list for the Redis Enterprise Database instance.
Name string
The Redis Enterprise Database name.
PrimaryAccessKey string
The Primary Access Key for the Redis Enterprise Database instance.
SecondaryAccessKey string
The Secondary Access Key for the Redis Enterprise Database instance.
ClusterId string
The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
Id string
The provider-assigned unique ID for this managed resource.
LinkedDatabaseGroupNickname string
The Linked Database Group Nickname for the Redis Enterprise Database instance.
LinkedDatabaseIds []string
The Linked Database list for the Redis Enterprise Database instance.
Name string
The Redis Enterprise Database name.
PrimaryAccessKey string
The Primary Access Key for the Redis Enterprise Database instance.
SecondaryAccessKey string
The Secondary Access Key for the Redis Enterprise Database instance.
clusterId String
The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
id String
The provider-assigned unique ID for this managed resource.
linkedDatabaseGroupNickname String
The Linked Database Group Nickname for the Redis Enterprise Database instance.
linkedDatabaseIds List<String>
The Linked Database list for the Redis Enterprise Database instance.
name String
The Redis Enterprise Database name.
primaryAccessKey String
The Primary Access Key for the Redis Enterprise Database instance.
secondaryAccessKey String
The Secondary Access Key for the Redis Enterprise Database instance.
clusterId string
The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
id string
The provider-assigned unique ID for this managed resource.
linkedDatabaseGroupNickname string
The Linked Database Group Nickname for the Redis Enterprise Database instance.
linkedDatabaseIds string[]
The Linked Database list for the Redis Enterprise Database instance.
name string
The Redis Enterprise Database name.
primaryAccessKey string
The Primary Access Key for the Redis Enterprise Database instance.
secondaryAccessKey string
The Secondary Access Key for the Redis Enterprise Database instance.
cluster_id str
The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
id str
The provider-assigned unique ID for this managed resource.
linked_database_group_nickname str
The Linked Database Group Nickname for the Redis Enterprise Database instance.
linked_database_ids Sequence[str]
The Linked Database list for the Redis Enterprise Database instance.
name str
The Redis Enterprise Database name.
primary_access_key str
The Primary Access Key for the Redis Enterprise Database instance.
secondary_access_key str
The Secondary Access Key for the Redis Enterprise Database instance.
clusterId String
The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
id String
The provider-assigned unique ID for this managed resource.
linkedDatabaseGroupNickname String
The Linked Database Group Nickname for the Redis Enterprise Database instance.
linkedDatabaseIds List<String>
The Linked Database list for the Redis Enterprise Database instance.
name String
The Redis Enterprise Database name.
primaryAccessKey String
The Primary Access Key for the Redis Enterprise Database instance.
secondaryAccessKey String
The Secondary Access Key for the Redis Enterprise Database instance.

Package Details

Repository
Azure Classic pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi