Class DatadogProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.DatadogProps.Jsii$Proxy
- All Implemented Interfaces:
CommonDestinationProps,DatadogProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DatadogProps
@Stability(Stable)
@Internal
public static final class DatadogProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DatadogProps
An implementation for
DatadogProps-
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.kinesisfirehose.DatadogProps
DatadogProps.Builder, DatadogProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DatadogProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatadogProps.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 ISecretThe API key used to authenticate with Datadog.final HttpBackupModeDescribes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to Datadog.final HttpBufferingHintsBuffering hints for data delivery to the Datadog endpoint.final DatadogEndpointThe Datadog endpoint to send data to.final ILoggingConfigConfiguration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.final IDataProcessor(deprecated) The data transformation that should be performed on the data before writing to the destination.final List<IDataProcessor> The data transformation that should be performed on the data before writing to the destination.final HttpCompressionContent encoding applied to the request body before delivery.final HttpRetryOptionsRetry behavior when Kinesis Data Firehose cannot deliver data to Datadog.final IRolegetRole()The IAM role associated with this destination.final DestinationS3BackupPropsThe configuration for backing up source records to S3.final List<HttpAttribute> getTags()Datadog tags to apply for filtering.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 theDatadogProps.Builder.
-
-
Method Details
-
getApiKey
Description copied from interface:DatadogPropsThe API key used to authenticate with Datadog.Delivered to Firehose through AWS Secrets Manager (Firehose retrieves it at runtime rather than embedding it in the template).
- Specified by:
getApiKeyin interfaceDatadogProps
-
getEndpoint
Description copied from interface:DatadogPropsThe Datadog endpoint to send data to.- Specified by:
getEndpointin interfaceDatadogProps
-
getBackupMode
Description copied from interface:DatadogPropsDescribes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to Datadog.Default: HttpBackupMode.FAILED
- Specified by:
getBackupModein interfaceDatadogProps
-
getBufferingHints
Description copied from interface:DatadogPropsBuffering hints for data delivery to the Datadog endpoint.Default: - interval of 60 seconds, size of 4 MiB
- Specified by:
getBufferingHintsin interfaceDatadogProps
-
getRequestCompression
Description copied from interface:DatadogPropsContent encoding applied to the request body before delivery.Default: HttpCompression.GZIP
- Specified by:
getRequestCompressionin interfaceDatadogProps
-
getRetryOptions
Description copied from interface:DatadogPropsRetry behavior when Kinesis Data Firehose cannot deliver data to Datadog.Default: - duration of 60 seconds
- Specified by:
getRetryOptionsin interfaceDatadogProps
-
getTags
Description copied from interface:DatadogPropsDatadog tags to apply for filtering.Default: - No tags.
- Specified by:
getTagsin interfaceDatadogProps
-
getLoggingConfig
Description copied from interface:CommonDestinationPropsConfiguration that determines whether to log errors during data transformation or delivery failures, and specifies the CloudWatch log group for storing error logs.Default: - errors will be logged and a log group will be created for you.
- Specified by:
getLoggingConfigin interfaceCommonDestinationProps
-
getProcessor
Description copied from interface:CommonDestinationProps(deprecated) The data transformation that should be performed on the data before writing to the destination.Default: - no data transformation will occur.
- Specified by:
getProcessorin interfaceCommonDestinationProps
-
getProcessors
Description copied from interface:CommonDestinationPropsThe data transformation that should be performed on the data before writing to the destination.Default: - no data transformation will occur.
- Specified by:
getProcessorsin interfaceCommonDestinationProps
-
getRole
Description copied from interface:CommonDestinationPropsThe IAM role associated with this destination.Assumed by Amazon Data Firehose to invoke processors and write to destinations
Default: - a role will be created with default permissions.
- Specified by:
getRolein interfaceCommonDestinationProps
-
getS3Backup
Description copied from interface:CommonDestinationPropsThe configuration for backing up source records to S3.Default: - source records will not be backed up to S3.
- Specified by:
getS3Backupin interfaceCommonDestinationProps
-
$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()
-