Class FirehoseDeliveryDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.logs.FirehoseDeliveryDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
FirehoseDeliveryDestinationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FirehoseDeliveryDestinationProps
@Stability(Experimental)
@Internal
public static final class FirehoseDeliveryDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FirehoseDeliveryDestinationProps
An implementation for
FirehoseDeliveryDestinationProps-
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.mixins.preview.services.logs.FirehoseDeliveryDestinationProps
FirehoseDeliveryDestinationProps.Builder, FirehoseDeliveryDestinationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theFirehoseDeliveryDestinationProps.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 IDeliveryStreamRef(experimental) Delivery stream to delivery logs to.final String(experimental) Format of the logs that are sent to this delivery destination.final String(experimental) Optional acount id for account the delivery source is in for cross account Vended Logs.final 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 theFirehoseDeliveryDestinationProps.Builder.
-
-
Method Details
-
getDeliveryStream
Description copied from interface:FirehoseDeliveryDestinationProps(experimental) Delivery stream to delivery logs to.- Specified by:
getDeliveryStreamin interfaceFirehoseDeliveryDestinationProps
-
getOutputFormat
Description copied from interface:FirehoseDeliveryDestinationProps(experimental) Format of the logs that are sent to this delivery destination.- Specified by:
getOutputFormatin interfaceFirehoseDeliveryDestinationProps
-
getSourceAccountId
Description copied from interface:FirehoseDeliveryDestinationProps(experimental) Optional acount id for account the delivery source is in for cross account Vended Logs.- Specified by:
getSourceAccountIdin interfaceFirehoseDeliveryDestinationProps
-
$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()
-