Package-level declarations

Types

Link copied to clipboard
class AccessPolicy : KotlinCustomResource

Response to get/put access policy. Uses Azure REST API version 2023-05-01-preview. Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-05-01-preview. Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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

Response to an operation on access policy assignment Uses Azure REST API version 2023-05-01-preview. Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01, 2025-04-01.

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 2023-05-01-preview. Other available API versions: 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-09-01-preview, 2024-11-01, 2025-04-01.

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

Describes a database on the RedisEnterprise cluster Uses Azure REST API version 2023-03-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01.

Link copied to clipboard
data class DatabaseArgs(val clientProtocol: Output<Either<String, Protocol>>? = null, val clusterName: Output<String>? = null, val clusteringPolicy: Output<Either<String, ClusteringPolicy>>? = null, val databaseName: Output<String>? = null, val evictionPolicy: Output<Either<String, EvictionPolicy>>? = null, val geoReplication: Output<DatabasePropertiesGeoReplicationArgs>? = null, val modules: Output<List<ModuleArgs>>? = null, val persistence: Output<PersistenceArgs>? = null, val port: Output<Int>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DatabaseArgs>

Describes a database on the RedisEnterprise cluster Uses Azure REST API version 2023-03-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01.

Link copied to clipboard
Link copied to clipboard
object DatabaseMapper : ResourceMapper<Database>
Link copied to clipboard
Link copied to clipboard
class EnterprisePrivateEndpointConnection : KotlinCustomResource

The Private Endpoint Connection resource. Uses Azure REST API version 2023-03-01-preview. Other available API versions: 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01.

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

The Private Endpoint Connection resource. Uses Azure REST API version 2023-03-01-preview. Other available API versions: 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

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 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

Link copied to clipboard
class Redis : KotlinCustomResource

A single Redis item in List or Get Operation. Uses Azure REST API version 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

Link copied to clipboard
data class RedisArgs(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 zones: Output<List<String>>? = null) : ConvertibleToJava<RedisArgs>

A single Redis item in List or Get Operation. Uses Azure REST API version 2023-04-01. In version 1.x of the Azure Native provider, it used API version 2020-06-01. Other available API versions: 2020-06-01, 2023-05-01-preview, 2023-08-01, 2024-03-01, 2024-04-01-preview, 2024-11-01.

Link copied to clipboard

Builder for RedisArgs.

Link copied to clipboard
class RedisEnterprise : KotlinCustomResource

Describes the RedisEnterprise cluster Uses Azure REST API version 2023-03-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2020-10-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01.

Link copied to clipboard
data class RedisEnterpriseArgs(val clusterName: Output<String>? = null, val encryption: Output<ClusterPropertiesEncryptionArgs>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val minimumTlsVersion: Output<Either<String, TlsVersion>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<EnterpriseSkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<RedisEnterpriseArgs>

Describes the RedisEnterprise cluster Uses Azure REST API version 2023-03-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2020-10-01-preview, 2023-07-01, 2023-08-01-preview, 2023-10-01-preview, 2023-11-01, 2024-02-01, 2024-03-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-10-01, 2025-04-01.

Link copied to clipboard
object RedisEnterpriseMapper : ResourceMapper<RedisEnterprise>
Link copied to clipboard
object RedisMapper : ResourceMapper<Redis>
Link copied to clipboard

Builder for Redis.

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun database(name: String, block: suspend DatabaseResourceBuilder.() -> Unit): Database
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
Link copied to clipboard