Class CfnDeliveryStream.SplunkDestinationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SplunkDestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.SplunkDestinationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeliveryStream.SplunkDestinationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.SplunkDestinationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.SplunkDestinationConfigurationProperty
An implementation for
CfnDeliveryStream.SplunkDestinationConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SplunkDestinationConfigurationProperty
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder, CfnDeliveryStream.SplunkDestinationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The Amazon CloudWatch logging options for your delivery stream.final Number
The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data.final String
The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.final String
This type can be eitherRaw
orEvent
.final String
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.final Object
The data processing configuration.final Object
The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.final String
Defines how documents should be delivered to Amazon S3.final Object
The configuration for the backup Amazon S3 location.final int
hashCode()
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 theCfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder
.
-
-
Method Details
-
getHecEndpoint
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.- Specified by:
getHecEndpoint
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getHecEndpointType
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
This type can be eitherRaw
orEvent
.- Specified by:
getHecEndpointType
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getHecToken
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.- Specified by:
getHecToken
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getS3Configuration
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The configuration for the backup Amazon S3 location.- Specified by:
getS3Configuration
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getCloudWatchLoggingOptions
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The Amazon CloudWatch logging options for your delivery stream.- Specified by:
getCloudWatchLoggingOptions
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getHecAcknowledgmentTimeoutInSeconds
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data.At the end of the timeout period, Kinesis Data Firehose either tries to send the data again or considers it an error, based on your retry settings.
- Specified by:
getHecAcknowledgmentTimeoutInSeconds
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getProcessingConfiguration
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The data processing configuration.- Specified by:
getProcessingConfiguration
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getRetryOptions
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.- Specified by:
getRetryOptions
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getS3BackupMode
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
Defines how documents should be delivered to Amazon S3.When set to
FailedEventsOnly
, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set toAllEvents
, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value isFailedEventsOnly
.You can update this backup mode from
FailedEventsOnly
toAllEvents
. You can't update it fromAllEvents
toFailedEventsOnly
.- Specified by:
getS3BackupMode
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-