Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Database : KotlinCustomResource

Describes a database on the RedisEnterprise cluster API Version: 2021-03-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 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 API Version: 2021-03-01.

Link copied to clipboard
Link copied to clipboard
object DatabaseMapper : ResourceMapper<Database>
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 API Version: 2020-06-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 API Version: 2020-06-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. API Version: 2020-06-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. API Version: 2020-06-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. API Version: 2020-06-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. API Version: 2020-06-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. API Version: 2021-03-01.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val clusterName: 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. API Version: 2021-03-01.

Link copied to clipboard
class Redis : KotlinCustomResource

A single Redis item in List or Get Operation. API Version: 2020-06-01.

Link copied to clipboard
data class RedisArgs(val enableNonSslPort: Output<Boolean>? = 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 replicasPerMaster: 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. API Version: 2020-06-01.

Link copied to clipboard

Builder for RedisArgs.

Link copied to clipboard
class RedisEnterprise : KotlinCustomResource

Describes the RedisEnterprise cluster API Version: 2021-03-01.

Link copied to clipboard
data class RedisEnterpriseArgs(val clusterName: Output<String>? = 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 API Version: 2021-03-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
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