These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.cache.getRedis
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets a Redis cache (resource description). API Version: 2020-06-01.
Using getRedis
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 getRedis(args: GetRedisArgs, opts?: InvokeOptions): Promise<GetRedisResult>
function getRedisOutput(args: GetRedisOutputArgs, opts?: InvokeOptions): Output<GetRedisResult>def get_redis(name: Optional[str] = None,
              resource_group_name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetRedisResult
def get_redis_output(name: Optional[pulumi.Input[str]] = None,
              resource_group_name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetRedisResult]func LookupRedis(ctx *Context, args *LookupRedisArgs, opts ...InvokeOption) (*LookupRedisResult, error)
func LookupRedisOutput(ctx *Context, args *LookupRedisOutputArgs, opts ...InvokeOption) LookupRedisResultOutput> Note: This function is named LookupRedis in the Go SDK.
public static class GetRedis 
{
    public static Task<GetRedisResult> InvokeAsync(GetRedisArgs args, InvokeOptions? opts = null)
    public static Output<GetRedisResult> Invoke(GetRedisInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRedisResult> getRedis(GetRedisArgs args, InvokeOptions options)
public static Output<GetRedisResult> getRedis(GetRedisArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:cache:getRedis
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- The name of the Redis cache.
- ResourceGroup stringName 
- The name of the resource group.
- Name string
- The name of the Redis cache.
- ResourceGroup stringName 
- The name of the resource group.
- name String
- The name of the Redis cache.
- resourceGroup StringName 
- The name of the resource group.
- name string
- The name of the Redis cache.
- resourceGroup stringName 
- The name of the resource group.
- name str
- The name of the Redis cache.
- resource_group_ strname 
- The name of the resource group.
- name String
- The name of the Redis cache.
- resourceGroup StringName 
- The name of the resource group.
getRedis Result
The following output properties are available:
- AccessKeys Pulumi.Azure Native. Cache. Outputs. Redis Access Keys Response 
- The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
- HostName string
- Redis host name.
- Id string
- Resource ID.
- Instances
List<Pulumi.Azure Native. Cache. Outputs. Redis Instance Details Response> 
- List of the Redis instances associated with the cache
- LinkedServers List<Pulumi.Azure Native. Cache. Outputs. Redis Linked Server Response> 
- List of the linked servers associated with the cache
- Location string
- The geo-location where the resource lives
- Name string
- Resource name.
- Port int
- Redis non-SSL port.
- PrivateEndpoint List<Pulumi.Connections Azure Native. Cache. Outputs. Private Endpoint Connection Response> 
- List of private endpoint connection associated with the specified redis cache
- ProvisioningState string
- Redis instance provisioning status.
- RedisVersion string
- Redis version.
- Sku
Pulumi.Azure Native. Cache. Outputs. Sku Response 
- The SKU of the Redis cache to deploy.
- SslPort int
- Redis SSL port.
- Type string
- Resource type.
- EnableNon boolSsl Port 
- Specifies whether the non-ssl Redis server port (6379) is enabled.
- MinimumTls stringVersion 
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- PublicNetwork stringAccess 
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- RedisConfiguration Pulumi.Azure Native. Cache. Outputs. Redis Common Properties Response Redis Configuration 
- All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
- ReplicasPer intMaster 
- The number of replicas to be created per master.
- int
- The number of shards to be created on a Premium Cluster Cache.
- StaticIP string
- Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- SubnetId string
- The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
- Dictionary<string, string>
- Resource tags.
- TenantSettings Dictionary<string, string>
- A dictionary of tenant settings
- Zones List<string>
- A list of availability zones denoting where the resource needs to come from.
- AccessKeys RedisAccess Keys Response 
- The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
- HostName string
- Redis host name.
- Id string
- Resource ID.
- Instances
[]RedisInstance Details Response 
- List of the Redis instances associated with the cache
- LinkedServers []RedisLinked Server Response 
- List of the linked servers associated with the cache
- Location string
- The geo-location where the resource lives
- Name string
- Resource name.
- Port int
- Redis non-SSL port.
- PrivateEndpoint []PrivateConnections Endpoint Connection Response 
- List of private endpoint connection associated with the specified redis cache
- ProvisioningState string
- Redis instance provisioning status.
- RedisVersion string
- Redis version.
- Sku
SkuResponse 
- The SKU of the Redis cache to deploy.
- SslPort int
- Redis SSL port.
- Type string
- Resource type.
- EnableNon boolSsl Port 
- Specifies whether the non-ssl Redis server port (6379) is enabled.
- MinimumTls stringVersion 
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- PublicNetwork stringAccess 
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- RedisConfiguration RedisCommon Properties Response Redis Configuration 
- All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
- ReplicasPer intMaster 
- The number of replicas to be created per master.
- int
- The number of shards to be created on a Premium Cluster Cache.
- StaticIP string
- Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- SubnetId string
- The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
- map[string]string
- Resource tags.
- TenantSettings map[string]string
- A dictionary of tenant settings
- Zones []string
- A list of availability zones denoting where the resource needs to come from.
- accessKeys RedisAccess Keys Response 
- The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
- hostName String
- Redis host name.
- id String
- Resource ID.
- instances
List<RedisInstance Details Response> 
- List of the Redis instances associated with the cache
- linkedServers List<RedisLinked Server Response> 
- List of the linked servers associated with the cache
- location String
- The geo-location where the resource lives
- name String
- Resource name.
- port Integer
- Redis non-SSL port.
- privateEndpoint List<PrivateConnections Endpoint Connection Response> 
- List of private endpoint connection associated with the specified redis cache
- provisioningState String
- Redis instance provisioning status.
- redisVersion String
- Redis version.
- sku
SkuResponse 
- The SKU of the Redis cache to deploy.
- sslPort Integer
- Redis SSL port.
- type String
- Resource type.
- enableNon BooleanSsl Port 
- Specifies whether the non-ssl Redis server port (6379) is enabled.
- minimumTls StringVersion 
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- publicNetwork StringAccess 
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- redisConfiguration RedisCommon Properties Response Redis Configuration 
- All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
- replicasPer IntegerMaster 
- The number of replicas to be created per master.
- Integer
- The number of shards to be created on a Premium Cluster Cache.
- staticIP String
- Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- subnetId String
- The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
- Map<String,String>
- Resource tags.
- tenantSettings Map<String,String>
- A dictionary of tenant settings
- zones List<String>
- A list of availability zones denoting where the resource needs to come from.
- accessKeys RedisAccess Keys Response 
- The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
- hostName string
- Redis host name.
- id string
- Resource ID.
- instances
RedisInstance Details Response[] 
- List of the Redis instances associated with the cache
- linkedServers RedisLinked Server Response[] 
- List of the linked servers associated with the cache
- location string
- The geo-location where the resource lives
- name string
- Resource name.
- port number
- Redis non-SSL port.
- privateEndpoint PrivateConnections Endpoint Connection Response[] 
- List of private endpoint connection associated with the specified redis cache
- provisioningState string
- Redis instance provisioning status.
- redisVersion string
- Redis version.
- sku
SkuResponse 
- The SKU of the Redis cache to deploy.
- sslPort number
- Redis SSL port.
- type string
- Resource type.
- enableNon booleanSsl Port 
- Specifies whether the non-ssl Redis server port (6379) is enabled.
- minimumTls stringVersion 
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- publicNetwork stringAccess 
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- redisConfiguration RedisCommon Properties Response Redis Configuration 
- All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
- replicasPer numberMaster 
- The number of replicas to be created per master.
- number
- The number of shards to be created on a Premium Cluster Cache.
- staticIP string
- Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- subnetId string
- The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
- {[key: string]: string}
- Resource tags.
- tenantSettings {[key: string]: string}
- A dictionary of tenant settings
- zones string[]
- A list of availability zones denoting where the resource needs to come from.
- access_keys RedisAccess Keys Response 
- The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
- host_name str
- Redis host name.
- id str
- Resource ID.
- instances
Sequence[RedisInstance Details Response] 
- List of the Redis instances associated with the cache
- linked_servers Sequence[RedisLinked Server Response] 
- List of the linked servers associated with the cache
- location str
- The geo-location where the resource lives
- name str
- Resource name.
- port int
- Redis non-SSL port.
- private_endpoint_ Sequence[Privateconnections Endpoint Connection Response] 
- List of private endpoint connection associated with the specified redis cache
- provisioning_state str
- Redis instance provisioning status.
- redis_version str
- Redis version.
- sku
SkuResponse 
- The SKU of the Redis cache to deploy.
- ssl_port int
- Redis SSL port.
- type str
- Resource type.
- enable_non_ boolssl_ port 
- Specifies whether the non-ssl Redis server port (6379) is enabled.
- minimum_tls_ strversion 
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- public_network_ straccess 
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- redis_configuration RedisCommon Properties Response Redis Configuration 
- All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
- replicas_per_ intmaster 
- The number of replicas to be created per master.
- int
- The number of shards to be created on a Premium Cluster Cache.
- static_ip str
- Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- subnet_id str
- The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
- Mapping[str, str]
- Resource tags.
- tenant_settings Mapping[str, str]
- A dictionary of tenant settings
- zones Sequence[str]
- A list of availability zones denoting where the resource needs to come from.
- accessKeys Property Map
- The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
- hostName String
- Redis host name.
- id String
- Resource ID.
- instances List<Property Map>
- List of the Redis instances associated with the cache
- linkedServers List<Property Map>
- List of the linked servers associated with the cache
- location String
- The geo-location where the resource lives
- name String
- Resource name.
- port Number
- Redis non-SSL port.
- privateEndpoint List<Property Map>Connections 
- List of private endpoint connection associated with the specified redis cache
- provisioningState String
- Redis instance provisioning status.
- redisVersion String
- Redis version.
- sku Property Map
- The SKU of the Redis cache to deploy.
- sslPort Number
- Redis SSL port.
- type String
- Resource type.
- enableNon BooleanSsl Port 
- Specifies whether the non-ssl Redis server port (6379) is enabled.
- minimumTls StringVersion 
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- publicNetwork StringAccess 
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- redisConfiguration Property Map
- All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.
- replicasPer NumberMaster 
- The number of replicas to be created per master.
- Number
- The number of shards to be created on a Premium Cluster Cache.
- staticIP String
- Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- subnetId String
- The full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
- Map<String>
- Resource tags.
- tenantSettings Map<String>
- A dictionary of tenant settings
- zones List<String>
- A list of availability zones denoting where the resource needs to come from.
Supporting Types
PrivateEndpointConnectionResponse   
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateLink Pulumi.Service Connection State Azure Native. Cache. Inputs. Private Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- PrivateEndpoint Pulumi.Azure Native. Cache. Inputs. Private Endpoint Response 
- The resource of private end point.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- PrivateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState string
- The provisioning state of the private endpoint connection resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- private_link_ Privateservice_ connection_ state Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioning_state str
- The provisioning state of the private endpoint connection resource.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private_endpoint PrivateEndpoint Response 
- The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateLink Property MapService Connection State 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- privateEndpoint Property Map
- The resource of private end point.
PrivateEndpointResponse  
- Id string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse     
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_required str
- A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
RedisAccessKeysResponse   
- PrimaryKey string
- The current primary key that clients can use to authenticate with Redis cache.
- SecondaryKey string
- The current secondary key that clients can use to authenticate with Redis cache.
- PrimaryKey string
- The current primary key that clients can use to authenticate with Redis cache.
- SecondaryKey string
- The current secondary key that clients can use to authenticate with Redis cache.
- primaryKey String
- The current primary key that clients can use to authenticate with Redis cache.
- secondaryKey String
- The current secondary key that clients can use to authenticate with Redis cache.
- primaryKey string
- The current primary key that clients can use to authenticate with Redis cache.
- secondaryKey string
- The current secondary key that clients can use to authenticate with Redis cache.
- primary_key str
- The current primary key that clients can use to authenticate with Redis cache.
- secondary_key str
- The current secondary key that clients can use to authenticate with Redis cache.
- primaryKey String
- The current primary key that clients can use to authenticate with Redis cache.
- secondaryKey String
- The current secondary key that clients can use to authenticate with Redis cache.
RedisCommonPropertiesResponseRedisConfiguration     
- Maxclients string
- The max clients config
- AofStorage stringConnection String0 
- First storage account connection string
- AofStorage stringConnection String1 
- Second storage account connection string
- MaxfragmentationmemoryReserved string
- Value in megabytes reserved for fragmentation per shard
- MaxmemoryDelta string
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- MaxmemoryPolicy string
- The eviction strategy used when your data won't fit within its memory limit.
- MaxmemoryReserved string
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- RdbBackup stringEnabled 
- Specifies whether the rdb backup is enabled
- RdbBackup stringFrequency 
- Specifies the frequency for creating rdb backup
- RdbBackup stringMax Snapshot Count 
- Specifies the maximum number of snapshots for rdb backup
- RdbStorage stringConnection String 
- The storage account connection string for storing rdb file
- Maxclients string
- The max clients config
- AofStorage stringConnection String0 
- First storage account connection string
- AofStorage stringConnection String1 
- Second storage account connection string
- MaxfragmentationmemoryReserved string
- Value in megabytes reserved for fragmentation per shard
- MaxmemoryDelta string
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- MaxmemoryPolicy string
- The eviction strategy used when your data won't fit within its memory limit.
- MaxmemoryReserved string
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- RdbBackup stringEnabled 
- Specifies whether the rdb backup is enabled
- RdbBackup stringFrequency 
- Specifies the frequency for creating rdb backup
- RdbBackup stringMax Snapshot Count 
- Specifies the maximum number of snapshots for rdb backup
- RdbStorage stringConnection String 
- The storage account connection string for storing rdb file
- maxclients String
- The max clients config
- aofStorage StringConnection String0 
- First storage account connection string
- aofStorage StringConnection String1 
- Second storage account connection string
- maxfragmentationmemoryReserved String
- Value in megabytes reserved for fragmentation per shard
- maxmemoryDelta String
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemoryPolicy String
- The eviction strategy used when your data won't fit within its memory limit.
- maxmemoryReserved String
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- rdbBackup StringEnabled 
- Specifies whether the rdb backup is enabled
- rdbBackup StringFrequency 
- Specifies the frequency for creating rdb backup
- rdbBackup StringMax Snapshot Count 
- Specifies the maximum number of snapshots for rdb backup
- rdbStorage StringConnection String 
- The storage account connection string for storing rdb file
- maxclients string
- The max clients config
- aofStorage stringConnection String0 
- First storage account connection string
- aofStorage stringConnection String1 
- Second storage account connection string
- maxfragmentationmemoryReserved string
- Value in megabytes reserved for fragmentation per shard
- maxmemoryDelta string
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemoryPolicy string
- The eviction strategy used when your data won't fit within its memory limit.
- maxmemoryReserved string
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- rdbBackup stringEnabled 
- Specifies whether the rdb backup is enabled
- rdbBackup stringFrequency 
- Specifies the frequency for creating rdb backup
- rdbBackup stringMax Snapshot Count 
- Specifies the maximum number of snapshots for rdb backup
- rdbStorage stringConnection String 
- The storage account connection string for storing rdb file
- maxclients str
- The max clients config
- aof_storage_ strconnection_ string0 
- First storage account connection string
- aof_storage_ strconnection_ string1 
- Second storage account connection string
- maxfragmentationmemory_reserved str
- Value in megabytes reserved for fragmentation per shard
- maxmemory_delta str
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemory_policy str
- The eviction strategy used when your data won't fit within its memory limit.
- maxmemory_reserved str
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- rdb_backup_ strenabled 
- Specifies whether the rdb backup is enabled
- rdb_backup_ strfrequency 
- Specifies the frequency for creating rdb backup
- rdb_backup_ strmax_ snapshot_ count 
- Specifies the maximum number of snapshots for rdb backup
- rdb_storage_ strconnection_ string 
- The storage account connection string for storing rdb file
- maxclients String
- The max clients config
- aofStorage StringConnection String0 
- First storage account connection string
- aofStorage StringConnection String1 
- Second storage account connection string
- maxfragmentationmemoryReserved String
- Value in megabytes reserved for fragmentation per shard
- maxmemoryDelta String
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemoryPolicy String
- The eviction strategy used when your data won't fit within its memory limit.
- maxmemoryReserved String
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
- rdbBackup StringEnabled 
- Specifies whether the rdb backup is enabled
- rdbBackup StringFrequency 
- Specifies the frequency for creating rdb backup
- rdbBackup StringMax Snapshot Count 
- Specifies the maximum number of snapshots for rdb backup
- rdbStorage StringConnection String 
- The storage account connection string for storing rdb file
RedisInstanceDetailsResponse   
- IsMaster bool
- Specifies whether the instance is a master node.
- NonSsl intPort 
- If enableNonSslPort is true, provides Redis instance Non-SSL port.
- int
- If clustering is enabled, the Shard ID of Redis Instance
- SslPort int
- Redis instance SSL port.
- Zone string
- If the Cache uses availability zones, specifies availability zone where this instance is located.
- IsMaster bool
- Specifies whether the instance is a master node.
- NonSsl intPort 
- If enableNonSslPort is true, provides Redis instance Non-SSL port.
- int
- If clustering is enabled, the Shard ID of Redis Instance
- SslPort int
- Redis instance SSL port.
- Zone string
- If the Cache uses availability zones, specifies availability zone where this instance is located.
- isMaster Boolean
- Specifies whether the instance is a master node.
- nonSsl IntegerPort 
- If enableNonSslPort is true, provides Redis instance Non-SSL port.
- Integer
- If clustering is enabled, the Shard ID of Redis Instance
- sslPort Integer
- Redis instance SSL port.
- zone String
- If the Cache uses availability zones, specifies availability zone where this instance is located.
- isMaster boolean
- Specifies whether the instance is a master node.
- nonSsl numberPort 
- If enableNonSslPort is true, provides Redis instance Non-SSL port.
- number
- If clustering is enabled, the Shard ID of Redis Instance
- sslPort number
- Redis instance SSL port.
- zone string
- If the Cache uses availability zones, specifies availability zone where this instance is located.
- is_master bool
- Specifies whether the instance is a master node.
- non_ssl_ intport 
- If enableNonSslPort is true, provides Redis instance Non-SSL port.
- int
- If clustering is enabled, the Shard ID of Redis Instance
- ssl_port int
- Redis instance SSL port.
- zone str
- If the Cache uses availability zones, specifies availability zone where this instance is located.
- isMaster Boolean
- Specifies whether the instance is a master node.
- nonSsl NumberPort 
- If enableNonSslPort is true, provides Redis instance Non-SSL port.
- Number
- If clustering is enabled, the Shard ID of Redis Instance
- sslPort Number
- Redis instance SSL port.
- zone String
- If the Cache uses availability zones, specifies availability zone where this instance is located.
RedisLinkedServerResponse   
- Id string
- Linked server Id.
- Id string
- Linked server Id.
- id String
- Linked server Id.
- id string
- Linked server Id.
- id str
- Linked server Id.
- id String
- Linked server Id.
SkuResponse 
- Capacity int
- The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
- Family string
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- Name string
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- Capacity int
- The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
- Family string
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- Name string
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity Integer
- The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
- family String
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name String
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity number
- The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
- family string
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name string
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity int
- The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
- family str
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name str
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity Number
- The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
- family String
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name String
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi