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
ModifierConstructorDescriptionprotected
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 buffering options.final Object
The Amazon CloudWatch logging options for your Firehose stream.final Number
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data.final String
The HTTP Event Collector (HEC) endpoint to which 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 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 Object
The configuration that defines how you access secrets for Splunk.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 Firehose sends your data.- Specified by:
getHecEndpoint
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
getHecEndpointType
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
This type can be eitherRaw
orEvent
.- Specified by:
getHecEndpointType
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
getS3Configuration
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The configuration for the backup Amazon S3 location.- Specified by:
getS3Configuration
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
getBufferingHints
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The buffering options.If no value is specified, the default values for Splunk are used.
- Specified by:
getBufferingHints
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
getCloudWatchLoggingOptions
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The Amazon CloudWatch logging options for your Firehose stream.- Specified by:
getCloudWatchLoggingOptions
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
getHecAcknowledgmentTimeoutInSeconds
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data.At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
- Specified by:
getHecAcknowledgmentTimeoutInSeconds
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
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
- See Also:
-
getProcessingConfiguration
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The data processing configuration.- Specified by:
getProcessingConfiguration
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
getRetryOptions
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The retry behavior in case 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
- See Also:
-
getS3BackupMode
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
Defines how documents should be delivered to Amazon S3.When set to
FailedEventsOnly
, Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set toAllEvents
, 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
- See Also:
-
getSecretsManagerConfiguration
Description copied from interface:CfnDeliveryStream.SplunkDestinationConfigurationProperty
The configuration that defines how you access secrets for Splunk.- Specified by:
getSecretsManagerConfiguration
in interfaceCfnDeliveryStream.SplunkDestinationConfigurationProperty
- See Also:
-
$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()
-