SecretBackendConnectionRedisElasticacheArgs

data class SecretBackendConnectionRedisElasticacheArgs(val password: Output<String>? = null, val region: Output<String>? = null, val url: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<SecretBackendConnectionRedisElasticacheArgs>

Constructors

constructor(password: Output<String>? = null, region: Output<String>? = null, url: Output<String>, username: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<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: Output<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: Output<String>

The configuration endpoint for the ElastiCache cluster to connect to.

Link copied to clipboard
val username: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): SecretBackendConnectionRedisElasticacheArgs