azure-native.redis.getRedis
Explore with Pulumi AI
Gets a Redis cache (resource description).
Uses Azure REST API version 2024-11-01.
Other available API versions: 2015-08-01, 2016-04-01, 2017-02-01, 2017-10-01, 2018-03-01, 2019-07-01, 2020-06-01, 2020-12-01, 2021-06-01, 2022-05-01, 2022-06-01, 2023-04-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native redis [ApiVersion]
. See the version guide for details.
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:redis:getRedis
arguments:
# arguments dictionary
The following arguments are supported:
- Name
This property is required. Changes to this property will trigger replacement.
- The name of the Redis cache.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Name
This property is required. Changes to this property will trigger replacement.
- The name of the Redis cache.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- name
This property is required. Changes to this property will trigger replacement.
- The name of the Redis cache.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- name
This property is required. Changes to this property will trigger replacement.
- The name of the Redis cache.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- name
This property is required. Changes to this property will trigger replacement.
- The name of the Redis cache.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- name
This property is required. Changes to this property will trigger replacement.
- The name of the Redis cache.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
getRedis Result
The following output properties are available:
- Access
Keys Pulumi.Azure Native. Redis. 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
- Azure
Api stringVersion - The Azure API version of the resource.
- Host
Name string - Redis host name.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Instances
List<Pulumi.
Azure Native. Redis. Outputs. Redis Instance Details Response> - List of the Redis instances associated with the cache
- Linked
Servers List<Pulumi.Azure Native. Redis. 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
- The name of the resource
- Port int
- Redis non-SSL port.
- Private
Endpoint List<Pulumi.Connections Azure Native. Redis. Outputs. Private Endpoint Connection Response> - List of private endpoint connection associated with the specified redis cache
- Provisioning
State string - Redis instance provisioning status.
- Sku
Pulumi.
Azure Native. Redis. Outputs. Sku Response - The SKU of the Redis cache to deploy.
- Ssl
Port int - Redis SSL port.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Disable
Access boolKey Authentication - Authentication to Redis through access keys is disabled when set as true. Default value is false.
- Enable
Non boolSsl Port - Specifies whether the non-ssl Redis server port (6379) is enabled.
- Identity
Pulumi.
Azure Native. Redis. Outputs. Managed Service Identity Response - The identity of the resource.
- Minimum
Tls stringVersion - Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- Public
Network 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'
- Redis
Configuration Pulumi.Azure Native. Redis. 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, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
- Redis
Version string - Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
- Replicas
Per intMaster - The number of replicas to be created per primary.
- Replicas
Per intPrimary - The number of replicas to be created per primary.
- int
- The number of shards to be created on a Premium Cluster Cache.
- Static
IP string - Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- Subnet
Id 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.
- Tenant
Settings Dictionary<string, string> - A dictionary of tenant settings
- Update
Channel string - Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
- Zonal
Allocation stringPolicy - Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.
- Zones List<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
- Azure
Api stringVersion - The Azure API version of the resource.
- Host
Name string - Redis host name.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Instances
[]Redis
Instance Details Response - List of the Redis instances associated with the cache
- Linked
Servers []RedisLinked Server Response - List of the linked servers associated with the cache
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Port int
- Redis non-SSL port.
- Private
Endpoint []PrivateConnections Endpoint Connection Response - List of private endpoint connection associated with the specified redis cache
- Provisioning
State string - Redis instance provisioning status.
- Sku
Sku
Response - The SKU of the Redis cache to deploy.
- Ssl
Port int - Redis SSL port.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Disable
Access boolKey Authentication - Authentication to Redis through access keys is disabled when set as true. Default value is false.
- Enable
Non boolSsl Port - Specifies whether the non-ssl Redis server port (6379) is enabled.
- Identity
Managed
Service Identity Response - The identity of the resource.
- Minimum
Tls stringVersion - Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- Public
Network 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'
- 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, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
- Redis
Version string - Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
- Replicas
Per intMaster - The number of replicas to be created per primary.
- Replicas
Per intPrimary - The number of replicas to be created per primary.
- int
- The number of shards to be created on a Premium Cluster Cache.
- Static
IP string - Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- Subnet
Id 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.
- Tenant
Settings map[string]string - A dictionary of tenant settings
- Update
Channel string - Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
- Zonal
Allocation stringPolicy - Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.
- 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
- azure
Api StringVersion - The Azure API version of the resource.
- host
Name String - Redis host name.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- instances
List<Redis
Instance Details Response> - List of the Redis instances associated with the cache
- linked
Servers List<RedisLinked Server Response> - List of the linked servers associated with the cache
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- port Integer
- Redis non-SSL port.
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - List of private endpoint connection associated with the specified redis cache
- provisioning
State String - Redis instance provisioning status.
- sku
Sku
Response - The SKU of the Redis cache to deploy.
- ssl
Port Integer - Redis SSL port.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- disable
Access BooleanKey Authentication - Authentication to Redis through access keys is disabled when set as true. Default value is false.
- enable
Non BooleanSsl Port - Specifies whether the non-ssl Redis server port (6379) is enabled.
- identity
Managed
Service Identity Response - The identity of the resource.
- minimum
Tls StringVersion - Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- public
Network 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'
- 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, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
- redis
Version String - Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
- replicas
Per IntegerMaster - The number of replicas to be created per primary.
- replicas
Per IntegerPrimary - The number of replicas to be created per primary.
- Integer
- The number of shards to be created on a Premium Cluster Cache.
- static
IP String - Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- subnet
Id 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.
- tenant
Settings Map<String,String> - A dictionary of tenant settings
- update
Channel String - Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
- zonal
Allocation StringPolicy - Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.
- zones List<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
- azure
Api stringVersion - The Azure API version of the resource.
- host
Name string - Redis host name.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- instances
Redis
Instance Details Response[] - List of the Redis instances associated with the cache
- linked
Servers RedisLinked Server Response[] - List of the linked servers associated with the cache
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- port number
- Redis non-SSL port.
- private
Endpoint PrivateConnections Endpoint Connection Response[] - List of private endpoint connection associated with the specified redis cache
- provisioning
State string - Redis instance provisioning status.
- sku
Sku
Response - The SKU of the Redis cache to deploy.
- ssl
Port number - Redis SSL port.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- disable
Access booleanKey Authentication - Authentication to Redis through access keys is disabled when set as true. Default value is false.
- enable
Non booleanSsl Port - Specifies whether the non-ssl Redis server port (6379) is enabled.
- identity
Managed
Service Identity Response - The identity of the resource.
- minimum
Tls stringVersion - Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- public
Network 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'
- 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, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
- redis
Version string - Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
- replicas
Per numberMaster - The number of replicas to be created per primary.
- replicas
Per numberPrimary - The number of replicas to be created per primary.
- number
- The number of shards to be created on a Premium Cluster Cache.
- static
IP string - Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- subnet
Id 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.
- tenant
Settings {[key: string]: string} - A dictionary of tenant settings
- update
Channel string - Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
- zonal
Allocation stringPolicy - Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.
- 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
- azure_
api_ strversion - The Azure API version of the resource.
- host_
name str - Redis host name.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- instances
Sequence[Redis
Instance 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
- The name of the resource
- 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.
- sku
Sku
Response - The SKU of the Redis cache to deploy.
- ssl_
port int - Redis SSL port.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- disable_
access_ boolkey_ authentication - Authentication to Redis through access keys is disabled when set as true. Default value is false.
- enable_
non_ boolssl_ port - Specifies whether the non-ssl Redis server port (6379) is enabled.
- identity
Managed
Service Identity Response - The identity of the resource.
- 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, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
- redis_
version str - Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
- replicas_
per_ intmaster - The number of replicas to be created per primary.
- replicas_
per_ intprimary - The number of replicas to be created per primary.
- 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
- update_
channel str - Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
- zonal_
allocation_ strpolicy - Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.
- zones Sequence[str]
- A list of availability zones denoting where the resource needs to come from.
- access
Keys Property Map - The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
- azure
Api StringVersion - The Azure API version of the resource.
- host
Name String - Redis host name.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- instances List<Property Map>
- List of the Redis instances associated with the cache
- linked
Servers List<Property Map> - List of the linked servers associated with the cache
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- port Number
- Redis non-SSL port.
- private
Endpoint List<Property Map>Connections - List of private endpoint connection associated with the specified redis cache
- provisioning
State String - Redis instance provisioning status.
- sku Property Map
- The SKU of the Redis cache to deploy.
- ssl
Port Number - Redis SSL port.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- disable
Access BooleanKey Authentication - Authentication to Redis through access keys is disabled when set as true. Default value is false.
- enable
Non BooleanSsl Port - Specifies whether the non-ssl Redis server port (6379) is enabled.
- identity Property Map
- The identity of the resource.
- minimum
Tls StringVersion - Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
- public
Network 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'
- redis
Configuration 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, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
- redis
Version String - Redis version. This should be in the form 'major[.minor]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
- replicas
Per NumberMaster - The number of replicas to be created per primary.
- replicas
Per NumberPrimary - The number of replicas to be created per primary.
- Number
- The number of shards to be created on a Premium Cluster Cache.
- static
IP String - Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default.
- subnet
Id 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.
- tenant
Settings Map<String> - A dictionary of tenant settings
- update
Channel String - Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
- zonal
Allocation StringPolicy - Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.
- zones List<String>
- A list of availability zones denoting where the resource needs to come from.
Supporting Types
ManagedServiceIdentityResponse
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Redis. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id This property is required. str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id This property is required. str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. str - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
PrivateEndpointConnectionResponse
- Id
This property is required. string - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name
This property is required. string - The name of the resource
- Private
Link Service Connection State This property is required. Pulumi.Azure Native. Redis. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- Type
This property is required. string - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint Pulumi.Azure Native. Redis. Inputs. Private Endpoint Response - The resource of private end point.
- Id
This property is required. string - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name
This property is required. string - The name of the resource
- Private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- Type
This property is required. string - 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
This property is required. String - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. String - The name of the resource
- private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. String - The provisioning state of the private endpoint connection resource.
- type
This property is required. String - 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
This property is required. string - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. string - The name of the resource
- private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- type
This property is required. string - 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
This property is required. str - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. str - The name of the resource
- private_
link_ service_ connection_ state This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning_
state This property is required. str - The provisioning state of the private endpoint connection resource.
- type
This property is required. 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
This property is required. String - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. String - The name of the resource
- private
Link Service Connection State This property is required. Property Map - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. String - The provisioning state of the private endpoint connection resource.
- type
This property is required. String - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint Property Map - The resource of private end point.
PrivateEndpointResponse
- Id
This property is required. string - The ARM identifier for Private Endpoint
- Id
This property is required. string - The ARM identifier for Private Endpoint
- id
This property is required. String - The ARM identifier for Private Endpoint
- id
This property is required. string - The ARM identifier for Private Endpoint
- id
This property is required. str - The ARM identifier for Private Endpoint
- id
This property is required. String - The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse
- Actions
Required 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 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 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 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.
- actions
Required 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
- Primary
Key This property is required. string - The current primary key that clients can use to authenticate with Redis cache.
- Secondary
Key This property is required. string - The current secondary key that clients can use to authenticate with Redis cache.
- Primary
Key This property is required. string - The current primary key that clients can use to authenticate with Redis cache.
- Secondary
Key This property is required. string - The current secondary key that clients can use to authenticate with Redis cache.
- primary
Key This property is required. String - The current primary key that clients can use to authenticate with Redis cache.
- secondary
Key This property is required. String - The current secondary key that clients can use to authenticate with Redis cache.
- primary
Key This property is required. string - The current primary key that clients can use to authenticate with Redis cache.
- secondary
Key This property is required. string - The current secondary key that clients can use to authenticate with Redis cache.
- primary_
key This property is required. str - The current primary key that clients can use to authenticate with Redis cache.
- secondary_
key This property is required. str - The current secondary key that clients can use to authenticate with Redis cache.
- primary
Key This property is required. String - The current primary key that clients can use to authenticate with Redis cache.
- secondary
Key This property is required. String - The current secondary key that clients can use to authenticate with Redis cache.
RedisCommonPropertiesResponseRedisConfiguration
- Maxclients
This property is required. string - The max clients config
- Preferred
Data Archive Auth Method This property is required. string - Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
- Zonal
Configuration This property is required. string - Zonal Configuration
- Aad
Enabled string - Specifies whether AAD based authentication has been enabled or disabled for the cache
- Aof
Backup stringEnabled - Specifies whether the aof backup is enabled
- Aof
Storage stringConnection String0 - First storage account connection string
- Aof
Storage stringConnection String1 - Second storage account connection string
- Authnotrequired string
- Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
- Maxfragmentationmemory
Reserved string - Value in megabytes reserved for fragmentation per shard
- Maxmemory
Delta string - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- Maxmemory
Policy string - The eviction strategy used when your data won't fit within its memory limit.
- Maxmemory
Reserved string - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- Notify
Keyspace stringEvents - The keyspace events which should be monitored.
- Preferred
Data stringPersistence Auth Method - Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
- Rdb
Backup stringEnabled - Specifies whether the rdb backup is enabled
- Rdb
Backup stringFrequency - Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
- Rdb
Backup stringMax Snapshot Count - Specifies the maximum number of snapshots for rdb backup
- Rdb
Storage stringConnection String - The storage account connection string for storing rdb file
- Storage
Subscription stringId - SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
- Maxclients
This property is required. string - The max clients config
- Preferred
Data Archive Auth Method This property is required. string - Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
- Zonal
Configuration This property is required. string - Zonal Configuration
- Aad
Enabled string - Specifies whether AAD based authentication has been enabled or disabled for the cache
- Aof
Backup stringEnabled - Specifies whether the aof backup is enabled
- Aof
Storage stringConnection String0 - First storage account connection string
- Aof
Storage stringConnection String1 - Second storage account connection string
- Authnotrequired string
- Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
- Maxfragmentationmemory
Reserved string - Value in megabytes reserved for fragmentation per shard
- Maxmemory
Delta string - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- Maxmemory
Policy string - The eviction strategy used when your data won't fit within its memory limit.
- Maxmemory
Reserved string - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- Notify
Keyspace stringEvents - The keyspace events which should be monitored.
- Preferred
Data stringPersistence Auth Method - Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
- Rdb
Backup stringEnabled - Specifies whether the rdb backup is enabled
- Rdb
Backup stringFrequency - Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
- Rdb
Backup stringMax Snapshot Count - Specifies the maximum number of snapshots for rdb backup
- Rdb
Storage stringConnection String - The storage account connection string for storing rdb file
- Storage
Subscription stringId - SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
- maxclients
This property is required. String - The max clients config
- preferred
Data Archive Auth Method This property is required. String - Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
- zonal
Configuration This property is required. String - Zonal Configuration
- aad
Enabled String - Specifies whether AAD based authentication has been enabled or disabled for the cache
- aof
Backup StringEnabled - Specifies whether the aof backup is enabled
- aof
Storage StringConnection String0 - First storage account connection string
- aof
Storage StringConnection String1 - Second storage account connection string
- authnotrequired String
- Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
- maxfragmentationmemory
Reserved String - Value in megabytes reserved for fragmentation per shard
- maxmemory
Delta String - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemory
Policy String - The eviction strategy used when your data won't fit within its memory limit.
- maxmemory
Reserved String - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- notify
Keyspace StringEvents - The keyspace events which should be monitored.
- preferred
Data StringPersistence Auth Method - Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
- rdb
Backup StringEnabled - Specifies whether the rdb backup is enabled
- rdb
Backup StringFrequency - Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
- rdb
Backup StringMax Snapshot Count - Specifies the maximum number of snapshots for rdb backup
- rdb
Storage StringConnection String - The storage account connection string for storing rdb file
- storage
Subscription StringId - SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
- maxclients
This property is required. string - The max clients config
- preferred
Data Archive Auth Method This property is required. string - Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
- zonal
Configuration This property is required. string - Zonal Configuration
- aad
Enabled string - Specifies whether AAD based authentication has been enabled or disabled for the cache
- aof
Backup stringEnabled - Specifies whether the aof backup is enabled
- aof
Storage stringConnection String0 - First storage account connection string
- aof
Storage stringConnection String1 - Second storage account connection string
- authnotrequired string
- Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
- maxfragmentationmemory
Reserved string - Value in megabytes reserved for fragmentation per shard
- maxmemory
Delta string - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemory
Policy string - The eviction strategy used when your data won't fit within its memory limit.
- maxmemory
Reserved string - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- notify
Keyspace stringEvents - The keyspace events which should be monitored.
- preferred
Data stringPersistence Auth Method - Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
- rdb
Backup stringEnabled - Specifies whether the rdb backup is enabled
- rdb
Backup stringFrequency - Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
- rdb
Backup stringMax Snapshot Count - Specifies the maximum number of snapshots for rdb backup
- rdb
Storage stringConnection String - The storage account connection string for storing rdb file
- storage
Subscription stringId - SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
- maxclients
This property is required. str - The max clients config
- preferred_
data_ archive_ auth_ method This property is required. str - Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
- zonal_
configuration This property is required. str - Zonal Configuration
- aad_
enabled str - Specifies whether AAD based authentication has been enabled or disabled for the cache
- aof_
backup_ strenabled - Specifies whether the aof backup is enabled
- aof_
storage_ strconnection_ string0 - First storage account connection string
- aof_
storage_ strconnection_ string1 - Second storage account connection string
- authnotrequired str
- Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
- 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.
- notify_
keyspace_ strevents - The keyspace events which should be monitored.
- preferred_
data_ strpersistence_ auth_ method - Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
- rdb_
backup_ strenabled - Specifies whether the rdb backup is enabled
- rdb_
backup_ strfrequency - Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
- 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
- storage_
subscription_ strid - SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
- maxclients
This property is required. String - The max clients config
- preferred
Data Archive Auth Method This property is required. String - Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
- zonal
Configuration This property is required. String - Zonal Configuration
- aad
Enabled String - Specifies whether AAD based authentication has been enabled or disabled for the cache
- aof
Backup StringEnabled - Specifies whether the aof backup is enabled
- aof
Storage StringConnection String0 - First storage account connection string
- aof
Storage StringConnection String1 - Second storage account connection string
- authnotrequired String
- Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
- maxfragmentationmemory
Reserved String - Value in megabytes reserved for fragmentation per shard
- maxmemory
Delta String - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- maxmemory
Policy String - The eviction strategy used when your data won't fit within its memory limit.
- maxmemory
Reserved String - Value in megabytes reserved for non-cache usage per shard e.g. failover.
- notify
Keyspace StringEvents - The keyspace events which should be monitored.
- preferred
Data StringPersistence Auth Method - Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
- rdb
Backup StringEnabled - Specifies whether the rdb backup is enabled
- rdb
Backup StringFrequency - Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
- rdb
Backup StringMax Snapshot Count - Specifies the maximum number of snapshots for rdb backup
- rdb
Storage StringConnection String - The storage account connection string for storing rdb file
- storage
Subscription StringId - SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
RedisInstanceDetailsResponse
- Is
Master This property is required. bool - Specifies whether the instance is a primary node.
- Is
Primary This property is required. bool - Specifies whether the instance is a primary node.
- Non
Ssl Port This property is required. int - If enableNonSslPort is true, provides Redis instance Non-SSL port.
This property is required. int- If clustering is enabled, the Shard ID of Redis Instance
- Ssl
Port This property is required. int - Redis instance SSL port.
- Zone
This property is required. string - If the Cache uses availability zones, specifies availability zone where this instance is located.
- Is
Master This property is required. bool - Specifies whether the instance is a primary node.
- Is
Primary This property is required. bool - Specifies whether the instance is a primary node.
- Non
Ssl Port This property is required. int - If enableNonSslPort is true, provides Redis instance Non-SSL port.
This property is required. int- If clustering is enabled, the Shard ID of Redis Instance
- Ssl
Port This property is required. int - Redis instance SSL port.
- Zone
This property is required. string - If the Cache uses availability zones, specifies availability zone where this instance is located.
- is
Master This property is required. Boolean - Specifies whether the instance is a primary node.
- is
Primary This property is required. Boolean - Specifies whether the instance is a primary node.
- non
Ssl Port This property is required. Integer - If enableNonSslPort is true, provides Redis instance Non-SSL port.
This property is required. Integer- If clustering is enabled, the Shard ID of Redis Instance
- ssl
Port This property is required. Integer - Redis instance SSL port.
- zone
This property is required. String - If the Cache uses availability zones, specifies availability zone where this instance is located.
- is
Master This property is required. boolean - Specifies whether the instance is a primary node.
- is
Primary This property is required. boolean - Specifies whether the instance is a primary node.
- non
Ssl Port This property is required. number - If enableNonSslPort is true, provides Redis instance Non-SSL port.
This property is required. number- If clustering is enabled, the Shard ID of Redis Instance
- ssl
Port This property is required. number - Redis instance SSL port.
- zone
This property is required. string - If the Cache uses availability zones, specifies availability zone where this instance is located.
- is_
master This property is required. bool - Specifies whether the instance is a primary node.
- is_
primary This property is required. bool - Specifies whether the instance is a primary node.
- non_
ssl_ port This property is required. int - If enableNonSslPort is true, provides Redis instance Non-SSL port.
This property is required. int- If clustering is enabled, the Shard ID of Redis Instance
- ssl_
port This property is required. int - Redis instance SSL port.
- zone
This property is required. str - If the Cache uses availability zones, specifies availability zone where this instance is located.
- is
Master This property is required. Boolean - Specifies whether the instance is a primary node.
- is
Primary This property is required. Boolean - Specifies whether the instance is a primary node.
- non
Ssl Port This property is required. Number - If enableNonSslPort is true, provides Redis instance Non-SSL port.
This property is required. Number- If clustering is enabled, the Shard ID of Redis Instance
- ssl
Port This property is required. Number - Redis instance SSL port.
- zone
This property is required. String - If the Cache uses availability zones, specifies availability zone where this instance is located.
RedisLinkedServerResponse
- Id
This property is required. string - Linked server Id.
- Id
This property is required. string - Linked server Id.
- id
This property is required. String - Linked server Id.
- id
This property is required. string - Linked server Id.
- id
This property is required. str - Linked server Id.
- id
This property is required. String - Linked server Id.
SkuResponse
- Capacity
This property is required. 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
This property is required. string - The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- Name
This property is required. string - The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- Capacity
This property is required. 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
This property is required. string - The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- Name
This property is required. string - The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity
This property is required. 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
This property is required. String - The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name
This property is required. String - The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity
This property is required. 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
This property is required. string - The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name
This property is required. string - The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity
This property is required. 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
This property is required. str - The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name
This property is required. str - The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
- capacity
This property is required. 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
This property is required. String - The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
- name
This property is required. String - The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
UserAssignedIdentityResponse
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
- client
Id This property is required. string - The client ID of the assigned identity.
- principal
Id This property is required. string - The principal ID of the assigned identity.
- client_
id This property is required. str - The client ID of the assigned identity.
- principal_
id This property is required. str - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0