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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SplunkDestinationConfigurationProperty
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder, CfnDeliveryStream.SplunkDestinationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.SplunkDestinationConfigurationProperty.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 ObjectThe Amazon CloudWatch logging options for your delivery stream.final NumberThe amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data.final StringThe HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.final StringThis type can be eitherRaworEvent.final StringThis is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.final ObjectThe data processing configuration.final ObjectThe 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 StringDefines how documents should be delivered to Amazon S3.final ObjectThe configuration for the backup Amazon S3 location.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 theCfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder.
-
-
Method Details
-
getHecEndpoint
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThe HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.- Specified by:
getHecEndpointin interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getHecEndpointType
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThis type can be eitherRaworEvent.- Specified by:
getHecEndpointTypein interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getHecToken
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThis is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.- Specified by:
getHecTokenin interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getS3Configuration
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThe configuration for the backup Amazon S3 location.- Specified by:
getS3Configurationin interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getCloudWatchLoggingOptions
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThe Amazon CloudWatch logging options for your delivery stream.- Specified by:
getCloudWatchLoggingOptionsin interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getHecAcknowledgmentTimeoutInSeconds
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThe 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:
getHecAcknowledgmentTimeoutInSecondsin interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getProcessingConfiguration
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThe data processing configuration.- Specified by:
getProcessingConfigurationin interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getRetryOptions
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyThe 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:
getRetryOptionsin interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
getS3BackupMode
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationPropertyDefines 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
FailedEventsOnlytoAllEvents. You can't update it fromAllEventstoFailedEventsOnly.- Specified by:
getS3BackupModein interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
-
$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()
-