SecretBackendConnectionRedisElasticache

data class SecretBackendConnectionRedisElasticache(val password: String? = null, val region: String? = null, val url: String, val username: String? = null)

Constructors

Link copied to clipboard
constructor(password: String? = null, region: String? = null, url: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The AWS secret key id to use to talk to ElastiCache. If omitted the credentials chain provider is used instead.

Link copied to clipboard
val region: String? = null

The AWS region where the ElastiCache cluster is hosted. If omitted the plugin tries to infer the region from the environment.

Link copied to clipboard
val url: String

The configuration endpoint for the ElastiCache cluster to connect to.

Link copied to clipboard
val username: String? = null

The AWS access key id to use to talk to ElastiCache. If omitted the credentials chain provider is used instead.