Class CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty
@Stability(Stable)
@Internal
public static final class CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty
An implementation for
CfnReplicationGroupPropsMixin.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.cfnpropertymixins.services.elasticache.CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty
CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty.Builder, CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicationGroupPropsMixin.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
protected Jsii$Proxy(CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty.Builder.
-
-
Method Details
-
getDestinationDetails
Description copied from interface:CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestPropertyConfiguration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.Returns union: either
IResolvableorCfnReplicationGroupPropsMixin.DestinationDetailsProperty- Specified by:
getDestinationDetailsin interfaceCfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty- See Also:
-
getDestinationType
Description copied from interface:CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestPropertySpecify either CloudWatch Logs or Kinesis Data Firehose as the destination type.Valid values are either
cloudwatch-logsorkinesis-firehose.- Specified by:
getDestinationTypein interfaceCfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty- See Also:
-
getLogFormat
Description copied from interface:CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestPropertyValid values are eitherjsonortext.- Specified by:
getLogFormatin interfaceCfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty- See Also:
-
getLogType
Description copied from interface:CfnReplicationGroupPropsMixin.LogDeliveryConfigurationRequestProperty- Specified by:
getLogTypein interfaceCfnReplicationGroupPropsMixin.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()
-