Class ElasticacheClusterLogDeliveryConfiguration.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.elasticache_cluster.ElasticacheClusterLogDeliveryConfiguration.Jsii$Proxy
-
- All Implemented Interfaces:
ElasticacheClusterLogDeliveryConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ElasticacheClusterLogDeliveryConfiguration
@Stability(Stable) @Internal public static final class ElasticacheClusterLogDeliveryConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ElasticacheClusterLogDeliveryConfiguration
An implementation forElasticacheClusterLogDeliveryConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.elasticache_cluster.ElasticacheClusterLogDeliveryConfiguration
ElasticacheClusterLogDeliveryConfiguration.Builder, ElasticacheClusterLogDeliveryConfiguration.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ElasticacheClusterLogDeliveryConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theElasticacheClusterLogDeliveryConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ElasticacheClusterLogDeliveryConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by theElasticacheClusterLogDeliveryConfiguration.Builder.
-
-
Method Detail
-
getDestination
public final String getDestination()
Description copied from interface:ElasticacheClusterLogDeliveryConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#destination ElasticacheCluster#destination}.- Specified by:
getDestinationin interfaceElasticacheClusterLogDeliveryConfiguration
-
getDestinationType
public final String getDestinationType()
Description copied from interface:ElasticacheClusterLogDeliveryConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#destination_type ElasticacheCluster#destination_type}.- Specified by:
getDestinationTypein interfaceElasticacheClusterLogDeliveryConfiguration
-
getLogFormat
public final String getLogFormat()
Description copied from interface:ElasticacheClusterLogDeliveryConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#log_format ElasticacheCluster#log_format}.- Specified by:
getLogFormatin interfaceElasticacheClusterLogDeliveryConfiguration
-
getLogType
public final String getLogType()
Description copied from interface:ElasticacheClusterLogDeliveryConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticache_cluster#log_type ElasticacheCluster#log_type}.- Specified by:
getLogTypein interfaceElasticacheClusterLogDeliveryConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-