Uses of Interface
com.hashicorp.cdktf.providers.aws.elasticache_cluster.ElasticacheClusterLogDeliveryConfiguration
-
Packages that use ElasticacheClusterLogDeliveryConfiguration Package Description com.hashicorp.cdktf.providers.aws.elasticache_cluster aws_elasticache_cluster -
-
Uses of ElasticacheClusterLogDeliveryConfiguration in com.hashicorp.cdktf.providers.aws.elasticache_cluster
Classes in com.hashicorp.cdktf.providers.aws.elasticache_cluster that implement ElasticacheClusterLogDeliveryConfiguration Modifier and Type Class Description static classElasticacheClusterLogDeliveryConfiguration.Jsii$ProxyAn implementation forElasticacheClusterLogDeliveryConfigurationMethods in com.hashicorp.cdktf.providers.aws.elasticache_cluster that return ElasticacheClusterLogDeliveryConfiguration Modifier and Type Method Description ElasticacheClusterLogDeliveryConfigurationElasticacheClusterLogDeliveryConfiguration.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.elasticache_cluster with parameters of type ElasticacheClusterLogDeliveryConfiguration Modifier and Type Method Description voidElasticacheClusterLogDeliveryConfigurationOutputReference. setInternalValue(ElasticacheClusterLogDeliveryConfiguration value)Method parameters in com.hashicorp.cdktf.providers.aws.elasticache_cluster with type arguments of type ElasticacheClusterLogDeliveryConfiguration Modifier and Type Method Description ElasticacheCluster.BuilderElasticacheCluster.Builder. logDeliveryConfiguration(List<? extends ElasticacheClusterLogDeliveryConfiguration> logDeliveryConfiguration)log_delivery_configuration block.ElasticacheClusterConfig.BuilderElasticacheClusterConfig.Builder. logDeliveryConfiguration(List<? extends ElasticacheClusterLogDeliveryConfiguration> logDeliveryConfiguration)Sets the value ofElasticacheClusterConfig.getLogDeliveryConfiguration()voidElasticacheClusterLogDeliveryConfigurationList. setInternalValue(List<ElasticacheClusterLogDeliveryConfiguration> value)
-