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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticache.CfnCacheCluster.LogDeliveryConfigurationRequestProperty
CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder, CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectConfiguration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.final StringSpecify either CloudWatch Logs or Kinesis Data Firehose as the destination type.final StringValid values are eitherjsonortext.final Stringfinal inthashCode()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.LogDeliveryConfigurationRequestPropertyConfiguration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.Returns union: either
IResolvableorCfnCacheCluster.DestinationDetailsProperty- Specified by:
getDestinationDetailsin interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty- See Also:
-
getDestinationType
Description copied from interface:CfnCacheCluster.LogDeliveryConfigurationRequestPropertySpecify either CloudWatch Logs or Kinesis Data Firehose as the destination type.Valid values are either
cloudwatch-logsorkinesis-firehose.- Specified by:
getDestinationTypein interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty- See Also:
-
getLogFormat
Description copied from interface:CfnCacheCluster.LogDeliveryConfigurationRequestPropertyValid values are eitherjsonortext.- Specified by:
getLogFormatin interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty- See Also:
-
getLogType
Description copied from interface:CfnCacheCluster.LogDeliveryConfigurationRequestProperty- Specified by:
getLogTypein interfaceCfnCacheCluster.LogDeliveryConfigurationRequestProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-