Interface ElasticacheClusterLogDeliveryConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElasticacheClusterLogDeliveryConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.926Z") @Stability(Stable) public interface ElasticacheClusterLogDeliveryConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElasticacheClusterLogDeliveryConfiguration.BuilderA builder forElasticacheClusterLogDeliveryConfigurationstatic classElasticacheClusterLogDeliveryConfiguration.Jsii$ProxyAn implementation forElasticacheClusterLogDeliveryConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ElasticacheClusterLogDeliveryConfiguration.Builderbuilder()StringgetDestination()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#destination ElasticacheCluster#destination}.StringgetDestinationType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#destination_type ElasticacheCluster#destination_type}.StringgetLogFormat()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#log_format ElasticacheCluster#log_format}.StringgetLogType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#log_type ElasticacheCluster#log_type}.
-
-
-
Method Detail
-
getDestination
@Stability(Stable) @NotNull String getDestination()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#destination ElasticacheCluster#destination}.
-
getDestinationType
@Stability(Stable) @NotNull String getDestinationType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#destination_type ElasticacheCluster#destination_type}.
-
getLogFormat
@Stability(Stable) @NotNull String getLogFormat()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#log_format ElasticacheCluster#log_format}.
-
getLogType
@Stability(Stable) @NotNull String getLogType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#log_type ElasticacheCluster#log_type}.
-
builder
@Stability(Stable) static ElasticacheClusterLogDeliveryConfiguration.Builder builder()
-
-