@Stability(value=Experimental) @Internal public static final class CommonDestinationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonDestinationProps
CommonDestinationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCommonDestinationProps.Builder, CommonDestinationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CommonDestinationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CommonDestinationProps.Builder. |
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(Object o) |
Boolean |
getLogging()
(experimental) If true, log errors when data transformation or data delivery fails.
|
ILogGroup |
getLogGroup()
(experimental) The CloudWatch log group where log streams will be created to hold error logs.
|
IDataProcessor |
getProcessor()
(experimental) The data transformation that should be performed on the data before writing to the destination.
|
IRole |
getRole()
(experimental) The IAM role associated with this destination.
|
DestinationS3BackupProps |
getS3Backup()
(experimental) The configuration for backing up source records to S3.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CommonDestinationProps.Builder builder)
CommonDestinationProps.Builder.public final Boolean getLogging()
CommonDestinationProps
If logGroup is provided, this will be implicitly set to true.
Default: true - errors are logged.
getLogging in interface CommonDestinationPropspublic final ILogGroup getLogGroup()
CommonDestinationPropsDefault: - if `logging` is set to `true`, a log group will be created for you.
getLogGroup in interface CommonDestinationPropspublic final IDataProcessor getProcessor()
CommonDestinationPropsDefault: - no data transformation will occur.
getProcessor in interface CommonDestinationPropspublic final IRole getRole()
CommonDestinationPropsAssumed by Kinesis Data Firehose to invoke processors and write to destinations
Default: - a role will be created with default permissions.
getRole in interface CommonDestinationPropspublic final DestinationS3BackupProps getS3Backup()
CommonDestinationPropsDefault: - source records will not be backed up to S3.
getS3Backup in interface CommonDestinationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.