get Enterprise Database
suspend fun getEnterpriseDatabase(argument: GetEnterpriseDatabasePlainArgs): GetEnterpriseDatabaseResult
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}
Content copied to clipboard
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
cluster Id
The resource ID of Redis Enterprise Cluster which hosts the Redis Enterprise Database instance.
name
The name of the Redis Enterprise Database.
See also
suspend fun getEnterpriseDatabase(argument: suspend GetEnterpriseDatabasePlainArgsBuilder.() -> Unit): GetEnterpriseDatabaseResult
Return
A collection of values returned by getEnterpriseDatabase.
Parameters
argument
Builder for com.pulumi.azure.redis.kotlin.inputs.GetEnterpriseDatabasePlainArgs.