Package-level declarations
Types
Link copied to clipboard
data class ClusterLogDeliveryConfigurationArgs(val destination: Output<String>, val destinationType: Output<String>, val logFormat: Output<String>, val logType: Output<String>) : ConvertibleToJava<ClusterLogDeliveryConfigurationArgs>
Link copied to clipboard
Link copied to clipboard
data class GetClusterPlainArgs(val clusterId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetClusterPlainArgs>
A collection of arguments for invoking getCluster.
Link copied to clipboard
Builder for GetClusterPlainArgs.
Link copied to clipboard
data class GetReplicationGroupPlainArgs(val replicationGroupId: String) : ConvertibleToJava<GetReplicationGroupPlainArgs>
A collection of arguments for invoking getReplicationGroup.
Link copied to clipboard
Builder for GetReplicationGroupPlainArgs.
Link copied to clipboard
data class GetReservedCacheNodeOfferingPlainArgs(val cacheNodeType: String, val duration: String, val offeringType: String, val productDescription: String) : ConvertibleToJava<GetReservedCacheNodeOfferingPlainArgs>
A collection of arguments for invoking getReservedCacheNodeOffering.
Link copied to clipboard
Link copied to clipboard
data class GetServerlessCachePlainArgs(val name: String) : ConvertibleToJava<GetServerlessCachePlainArgs>
A collection of arguments for invoking getServerlessCache.
Link copied to clipboard
Builder for GetServerlessCachePlainArgs.
Link copied to clipboard
data class GetSubnetGroupPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSubnetGroupPlainArgs>
A collection of arguments for invoking getSubnetGroup.
Link copied to clipboard
Builder for GetSubnetGroupPlainArgs.
Link copied to clipboard
data class GetUserAuthenticationMode(val passwordCount: Int? = null, val type: String? = null) : ConvertibleToJava<GetUserAuthenticationMode>
Link copied to clipboard
Builder for GetUserAuthenticationMode.
Link copied to clipboard
data class GetUserPlainArgs(val accessString: String? = null, val authenticationModes: List<GetUserAuthenticationMode>? = null, val engine: String? = null, val noPasswordRequired: Boolean? = null, val passwords: List<String>? = null, val userId: String, val userName: String? = null) : ConvertibleToJava<GetUserPlainArgs>
A collection of arguments for invoking getUser.
Link copied to clipboard
class GetUserPlainArgsBuilder
Builder for GetUserPlainArgs.
Link copied to clipboard
data class ParameterGroupParameterArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<ParameterGroupParameterArgs>
Link copied to clipboard
Builder for ParameterGroupParameterArgs.
Link copied to clipboard
data class ReplicationGroupLogDeliveryConfigurationArgs(val destination: Output<String>, val destinationType: Output<String>, val logFormat: Output<String>, val logType: Output<String>) : ConvertibleToJava<ReplicationGroupLogDeliveryConfigurationArgs>
Link copied to clipboard
Link copied to clipboard
data class ReservedCacheNodeTimeoutsArgs(val create: Output<String>? = null, val delete: Output<String>? = null, val update: Output<String>? = null) : ConvertibleToJava<ReservedCacheNodeTimeoutsArgs>
Link copied to clipboard
Builder for ReservedCacheNodeTimeoutsArgs.
Link copied to clipboard
data class ServerlessCacheCacheUsageLimitsArgs(val dataStorage: Output<ServerlessCacheCacheUsageLimitsDataStorageArgs>? = null, val ecpuPerSeconds: Output<List<ServerlessCacheCacheUsageLimitsEcpuPerSecondArgs>>? = null) : ConvertibleToJava<ServerlessCacheCacheUsageLimitsArgs>
Link copied to clipboard
Link copied to clipboard
data class ServerlessCacheCacheUsageLimitsDataStorageArgs(val maximum: Output<Int>? = null, val minimum: Output<Int>? = null, val unit: Output<String>) : ConvertibleToJava<ServerlessCacheCacheUsageLimitsDataStorageArgs>
Link copied to clipboard
Link copied to clipboard
data class ServerlessCacheCacheUsageLimitsEcpuPerSecondArgs(val maximum: Output<Int>? = null, val minimum: Output<Int>? = null) : ConvertibleToJava<ServerlessCacheCacheUsageLimitsEcpuPerSecondArgs>
Link copied to clipboard
Link copied to clipboard
data class ServerlessCacheTimeoutsArgs(val create: Output<String>? = null, val delete: Output<String>? = null, val update: Output<String>? = null) : ConvertibleToJava<ServerlessCacheTimeoutsArgs>
Link copied to clipboard
Builder for ServerlessCacheTimeoutsArgs.
Link copied to clipboard
data class UserAuthenticationModeArgs(val passwordCount: Output<Int>? = null, val passwords: Output<List<String>>? = null, val type: Output<String>) : ConvertibleToJava<UserAuthenticationModeArgs>
Link copied to clipboard
Builder for UserAuthenticationModeArgs.