Package-level declarations

Types

Link copied to clipboard
class AccessPolicy : KotlinCustomResource

Response to get/put access policy. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class AccessPolicyArgs(val accessPolicyName: Output<String>? = null, val cacheName: Output<String>? = null, val permissions: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<AccessPolicyArgs>

Response to get/put access policy. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
class AccessPolicyAssignment : KotlinCustomResource

Response to an operation on access policy assignment Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class AccessPolicyAssignmentArgs(val accessPolicyAssignmentName: Output<String>? = null, val accessPolicyName: Output<String>? = null, val cacheName: Output<String>? = null, val objectId: Output<String>? = null, val objectIdAlias: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<AccessPolicyAssignmentArgs>

Response to an operation on access policy assignment Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object AccessPolicyMapper : ResourceMapper<AccessPolicy>
Link copied to clipboard
Link copied to clipboard
class FirewallRule : KotlinCustomResource

A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class FirewallRuleArgs(val cacheName: Output<String>? = null, val endIP: Output<String>? = null, val resourceGroupName: Output<String>? = null, val ruleName: Output<String>? = null, val startIP: Output<String>? = null) : ConvertibleToJava<FirewallRuleArgs>

A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object FirewallRuleMapper : ResourceMapper<FirewallRule>
Link copied to clipboard
Link copied to clipboard
class LinkedServer : KotlinCustomResource

Response to put/get linked server (with properties) for Redis cache. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class LinkedServerArgs(val linkedRedisCacheId: Output<String>? = null, val linkedRedisCacheLocation: Output<String>? = null, val linkedServerName: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val serverRole: Output<ReplicationRole>? = null) : ConvertibleToJava<LinkedServerArgs>

Response to put/get linked server (with properties) for Redis cache. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object LinkedServerMapper : ResourceMapper<LinkedServer>
Link copied to clipboard
Link copied to clipboard
class PatchSchedule : KotlinCustomResource

Response to put/get patch schedules for Redis cache. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class PatchScheduleArgs(val default: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val scheduleEntries: Output<List<ScheduleEntryArgs>>? = null) : ConvertibleToJava<PatchScheduleArgs>

Response to put/get patch schedules for Redis cache. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object PatchScheduleMapper : ResourceMapper<PatchSchedule>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The Private Endpoint Connection resource. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val cacheName: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The Private Endpoint Connection resource. Uses Azure REST API version 2024-11-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class Redis : KotlinCustomResource

A single Redis item in List or Get Operation. 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class RedisArgs(val disableAccessKeyAuthentication: Output<Boolean>? = null, val enableNonSslPort: Output<Boolean>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, val name: Output<String>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val redisConfiguration: Output<RedisCommonPropertiesRedisConfigurationArgs>? = null, val redisVersion: Output<String>? = null, val replicasPerMaster: Output<Int>? = null, val replicasPerPrimary: Output<Int>? = null, val resourceGroupName: Output<String>? = null, val shardCount: Output<Int>? = null, val sku: Output<SkuArgs>? = null, val staticIP: Output<String>? = null, val subnetId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val tenantSettings: Output<Map<String, String>>? = null, val updateChannel: Output<Either<String, UpdateChannel>>? = null, val zonalAllocationPolicy: Output<Either<String, ZonalAllocationPolicy>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<RedisArgs>

A single Redis item in List or Get Operation. 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/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Builder for RedisArgs.

Link copied to clipboard
class RedisFirewallRule : KotlinCustomResource

A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect Uses Azure REST API version 2016-04-01.

Link copied to clipboard
data class RedisFirewallRuleArgs(val cacheName: Output<String>? = null, val endIP: Output<String>? = null, val resourceGroupName: Output<String>? = null, val ruleName: Output<String>? = null, val startIP: Output<String>? = null) : ConvertibleToJava<RedisFirewallRuleArgs>

A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect Uses Azure REST API version 2016-04-01.

Link copied to clipboard
object RedisFirewallRuleMapper : ResourceMapper<RedisFirewallRule>
Link copied to clipboard
Link copied to clipboard
class RedisLinkedServer : KotlinCustomResource

Response to put/get linked server (with properties) for Redis cache. Uses Azure REST API version 2017-02-01.

Link copied to clipboard
data class RedisLinkedServerArgs(val linkedRedisCacheId: Output<String>? = null, val linkedRedisCacheLocation: Output<String>? = null, val linkedServerName: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val serverRole: Output<ReplicationRole>? = null) : ConvertibleToJava<RedisLinkedServerArgs>

Response to put/get linked server (with properties) for Redis cache. Uses Azure REST API version 2017-02-01.

Link copied to clipboard
object RedisLinkedServerMapper : ResourceMapper<RedisLinkedServer>
Link copied to clipboard
object RedisMapper : ResourceMapper<Redis>
Link copied to clipboard

Builder for Redis.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun redis(name: String): Redis
suspend fun redis(name: String, block: suspend RedisResourceBuilder.() -> Unit): Redis