We recommend using Azure Native.
Azure Classic v5.81.0 published on Monday, Jun 24, 2024 by Pulumi
azure.redis.getEnterpriseDatabase
Explore with Pulumi AI
Use this data source to access information about an existing Redis Enterprise Database
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.redis.getEnterpriseDatabase({
name: "default",
resourceGroupName: exampleAzurermResourceGroup.name,
clusterId: exampleAzurermRedisEnterpriseCluster.id,
});
export const redisEnterpriseDatabasePrimaryKey = example.then(example => example.primaryAccessKey);
export const redisEnterpriseDatabaseSecondaryKey = example.then(example => example.secondaryAccessKey);
import pulumi
import pulumi_azure as azure
example = azure.redis.get_enterprise_database(name="default",
resource_group_name=example_azurerm_resource_group["name"],
cluster_id=example_azurerm_redis_enterprise_cluster["id"])
pulumi.export("redisEnterpriseDatabasePrimaryKey", example.primary_access_key)
pulumi.export("redisEnterpriseDatabaseSecondaryKey", example.secondary_access_key)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/redis"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := redis.LookupEnterpriseDatabase(ctx, &redis.LookupEnterpriseDatabaseArgs{
Name: "default",
ResourceGroupName: pulumi.StringRef(exampleAzurermResourceGroup.Name),
ClusterId: exampleAzurermRedisEnterpriseCluster.Id,
}, nil)
if err != nil {
return err
}
ctx.Export("redisEnterpriseDatabasePrimaryKey", example.PrimaryAccessKey)
ctx.Export("redisEnterpriseDatabaseSecondaryKey", example.SecondaryAccessKey)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.Redis.GetEnterpriseDatabase.Invoke(new()
{
Name = "default",
ResourceGroupName = exampleAzurermResourceGroup.Name,
ClusterId = exampleAzurermRedisEnterpriseCluster.Id,
});
return new Dictionary<string, object?>
{
["redisEnterpriseDatabasePrimaryKey"] = example.Apply(getEnterpriseDatabaseResult => getEnterpriseDatabaseResult.PrimaryAccessKey),
["redisEnterpriseDatabaseSecondaryKey"] = example.Apply(getEnterpriseDatabaseResult => getEnterpriseDatabaseResult.SecondaryAccessKey),
};
});
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()));
}
}
variables:
example:
fn::invoke:
Function: azure:redis:getEnterpriseDatabase
Arguments:
name: default
resourceGroupName: ${exampleAzurermResourceGroup.name}
clusterId: ${exampleAzurermRedisEnterpriseCluster.id}
outputs:
redisEnterpriseDatabasePrimaryKey: ${example.primaryAccessKey}
redisEnterpriseDatabaseSecondaryKey: ${example.secondaryAccessKey}
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>
def get_enterprise_database(cluster_id: Optional[str] = None,
name: Optional[str] = None,
resource_group_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,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEnterpriseDatabaseResult]
func LookupEnterpriseDatabase(ctx *Context, args *LookupEnterpriseDatabaseArgs, opts ...InvokeOption) (*LookupEnterpriseDatabaseResult, error)
func LookupEnterpriseDatabaseOutput(ctx *Context, args *LookupEnterpriseDatabaseOutputArgs, opts ...InvokeOption) LookupEnterpriseDatabaseResultOutput
> 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)
}
public static CompletableFuture<GetEnterpriseDatabaseResult> getEnterpriseDatabase(GetEnterpriseDatabaseArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:redis/getEnterpriseDatabase:getEnterpriseDatabase
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string - The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
- Name string
- The name of the Redis Enterprise Database.
- Resource
Group stringName - The name of the resource group the Redis Enterprise Database instance is located in.
- Cluster
Id string - The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
- Name string
- The name of the Redis Enterprise Database.
- Resource
Group stringName - The name of the resource group the Redis Enterprise Database instance is located in.
- cluster
Id String - The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
- name String
- The name of the Redis Enterprise Database.
- resource
Group StringName - The name of the resource group the Redis Enterprise Database instance is located in.
- cluster
Id string - The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
- name string
- The name of the Redis Enterprise Database.
- resource
Group stringName - The name of the resource group the Redis Enterprise Database instance is located in.
- cluster_
id str - The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
- name str
- The name of the Redis Enterprise Database.
- resource_
group_ strname - The name of the resource group the Redis Enterprise Database instance is located in.
- cluster
Id String - The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
- name String
- The name of the Redis Enterprise Database.
- resource
Group StringName - The name of the resource group the Redis Enterprise Database instance is located in.
getEnterpriseDatabase Result
The following output properties are available:
- Cluster
Id string - The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
- Id string
- The provider-assigned unique ID for this managed resource.
- Linked
Database stringGroup Nickname - The Linked Database Group Nickname for the Redis Enterprise Database instance.
- Linked
Database List<string>Ids - The Linked Database list for the Redis Enterprise Database instance.
- Name string
- The Redis Enterprise Database name.
- Primary
Access stringKey - The Primary Access Key for the Redis Enterprise Database instance.
- Resource
Group stringName - Secondary
Access stringKey - The Secondary Access Key for the Redis Enterprise Database instance.
- Cluster
Id string - The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
- Id string
- The provider-assigned unique ID for this managed resource.
- Linked
Database stringGroup Nickname - The Linked Database Group Nickname for the Redis Enterprise Database instance.
- Linked
Database []stringIds - The Linked Database list for the Redis Enterprise Database instance.
- Name string
- The Redis Enterprise Database name.
- Primary
Access stringKey - The Primary Access Key for the Redis Enterprise Database instance.
- Resource
Group stringName - Secondary
Access stringKey - The Secondary Access Key for the Redis Enterprise Database instance.
- cluster
Id String - The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
- id String
- The provider-assigned unique ID for this managed resource.
- linked
Database StringGroup Nickname - The Linked Database Group Nickname for the Redis Enterprise Database instance.
- linked
Database List<String>Ids - The Linked Database list for the Redis Enterprise Database instance.
- name String
- The Redis Enterprise Database name.
- primary
Access StringKey - The Primary Access Key for the Redis Enterprise Database instance.
- resource
Group StringName - secondary
Access StringKey - The Secondary Access Key for the Redis Enterprise Database instance.
- cluster
Id string - The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
- id string
- The provider-assigned unique ID for this managed resource.
- linked
Database stringGroup Nickname - The Linked Database Group Nickname for the Redis Enterprise Database instance.
- linked
Database string[]Ids - The Linked Database list for the Redis Enterprise Database instance.
- name string
- The Redis Enterprise Database name.
- primary
Access stringKey - The Primary Access Key for the Redis Enterprise Database instance.
- resource
Group stringName - secondary
Access stringKey - 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_ strgroup_ nickname - The Linked Database Group Nickname for the Redis Enterprise Database instance.
- linked_
database_ Sequence[str]ids - The Linked Database list for the Redis Enterprise Database instance.
- name str
- The Redis Enterprise Database name.
- primary_
access_ strkey - The Primary Access Key for the Redis Enterprise Database instance.
- resource_
group_ strname - secondary_
access_ strkey - The Secondary Access Key for the Redis Enterprise Database instance.
- cluster
Id String - The Redis Enterprise Cluster ID that is hosting the Redis Enterprise Database.
- id String
- The provider-assigned unique ID for this managed resource.
- linked
Database StringGroup Nickname - The Linked Database Group Nickname for the Redis Enterprise Database instance.
- linked
Database List<String>Ids - The Linked Database list for the Redis Enterprise Database instance.
- name String
- The Redis Enterprise Database name.
- primary
Access StringKey - The Primary Access Key for the Redis Enterprise Database instance.
- resource
Group StringName - secondary
Access StringKey - 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.