Uses of Interface
com.hashicorp.cdktf.providers.google.redis_cluster.RedisClusterConfig
-
Packages that use RedisClusterConfig Package Description com.hashicorp.cdktf.providers.google.redis_cluster google_redis_cluster -
-
Uses of RedisClusterConfig in com.hashicorp.cdktf.providers.google.redis_cluster
Classes in com.hashicorp.cdktf.providers.google.redis_cluster that implement RedisClusterConfig Modifier and Type Class Description static classRedisClusterConfig.Jsii$ProxyAn implementation forRedisClusterConfigMethods in com.hashicorp.cdktf.providers.google.redis_cluster that return RedisClusterConfig Modifier and Type Method Description RedisClusterConfigRedisClusterConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.redis_cluster with parameters of type RedisClusterConfig Constructor Description RedisCluster(software.constructs.Construct scope, String id, RedisClusterConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/redis_cluster google_redis_cluster} Resource.
-