public static final class CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCacheCluster.LogDeliveryConfigurationRequestProperty
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder, CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDestinationDetails()
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
|
java.lang.String |
getDestinationType()
Specify either CloudWatch Logs or Kinesis Data Firehose as the destination type.
|
java.lang.String |
getLogFormat()
Valid values are either `json` or `text` .
|
java.lang.String |
getLogType()
Valid value is either `slow-log` , which refers to [slow-log](https://docs.aws.amazon.com/https://redis.io/commands/slowlog) or `engine-log` .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDestinationDetails()
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
getDestinationDetails
in interface CfnCacheCluster.LogDeliveryConfigurationRequestProperty
public final java.lang.String getDestinationType()
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
Valid values are either cloudwatch-logs
or kinesis-firehose
.
getDestinationType
in interface CfnCacheCluster.LogDeliveryConfigurationRequestProperty
public final java.lang.String getLogFormat()
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
getLogFormat
in interface CfnCacheCluster.LogDeliveryConfigurationRequestProperty
public final java.lang.String getLogType()
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
getLogType
in interface CfnCacheCluster.LogDeliveryConfigurationRequestProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()