ElasticacheFunctions

Functions

Link copied to clipboard

Use this data source to get information about an ElastiCache Cluster

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(clusterId: String, tags: Map<String, String>? = null): GetClusterResult
Link copied to clipboard

Use this data source to get information about an ElastiCache Replication Group.

suspend fun getReplicationGroup(replicationGroupId: String): GetReplicationGroupResult
Link copied to clipboard

Provides information about a ElastiCache Subnet Group.

suspend fun getSubnetGroup(name: String, tags: Map<String, String>? = null): GetSubnetGroupResult
Link copied to clipboard
suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

Use this data source to get information about an ElastiCache User.

suspend fun getUser(argument: suspend GetUserPlainArgsBuilder.() -> Unit): GetUserResult
suspend fun getUser(accessString: String? = null, authenticationModes: List<GetUserAuthenticationMode>? = null, engine: String? = null, noPasswordRequired: Boolean? = null, passwords: List<String>? = null, userId: String, userName: String? = null): GetUserResult