Class CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
@Stability(Stable)
@Internal
public static final class CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCacheCluster.LogDeliveryConfigurationRequestProperty
An implementation for
CfnCacheCluster.LogDeliveryConfigurationRequestProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticache.CfnCacheCluster.LogDeliveryConfigurationRequestProperty
CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder, CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.final String
Specify either CloudWatch Logs or Kinesis Data Firehose as the destination type.final String
Valid values are eitherjson
ortext
.final String
final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder
.
-
-
Method Details
-
getDestinationDetails
Description copied from interface:CfnCacheCluster.LogDeliveryConfigurationRequestProperty
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.- Specified by:
getDestinationDetails
in interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty
- See Also:
-
getDestinationType
Description copied from interface:CfnCacheCluster.LogDeliveryConfigurationRequestProperty
Specify either CloudWatch Logs or Kinesis Data Firehose as the destination type.Valid values are either
cloudwatch-logs
orkinesis-firehose
.- Specified by:
getDestinationType
in interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty
- See Also:
-
getLogFormat
Description copied from interface:CfnCacheCluster.LogDeliveryConfigurationRequestProperty
Valid values are eitherjson
ortext
.- Specified by:
getLogFormat
in interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty
- See Also:
-
getLogType
Description copied from interface:CfnCacheCluster.LogDeliveryConfigurationRequestProperty
- Specified by:
getLogType
in interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-