[−][src]Struct rusoto_firehose::SplunkDestinationUpdate
Describes an update for a destination in Splunk.
Fields
cloud_watch_logging_options: Option<CloudWatchLoggingOptions>
The Amazon CloudWatch logging options for your delivery stream.
hec_acknowledgment_timeout_in_seconds: Option<i64>
The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends 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.
hec_endpoint: Option<String>
The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.
hec_endpoint_type: Option<String>
This type can be either "Raw" or "Event."
hec_token: Option<String>
A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
processing_configuration: Option<ProcessingConfiguration>
The data processing configuration.
retry_options: Option<SplunkRetryOptions>
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.
s3_backup_mode: Option<String>
Defines how documents should be delivered to Amazon S3. When set to FailedDocumentsOnly
, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllDocuments
, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. Default value is FailedDocumentsOnly
.
s3_update: Option<S3DestinationUpdate>
Your update to the configuration of the backup Amazon S3 location.
Trait Implementations
impl PartialEq<SplunkDestinationUpdate> for SplunkDestinationUpdate
[src]
fn eq(&self, other: &SplunkDestinationUpdate) -> bool
[src]
fn ne(&self, other: &SplunkDestinationUpdate) -> bool
[src]
impl Default for SplunkDestinationUpdate
[src]
fn default() -> SplunkDestinationUpdate
[src]
impl Clone for SplunkDestinationUpdate
[src]
fn clone(&self) -> SplunkDestinationUpdate
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for SplunkDestinationUpdate
[src]
impl Serialize for SplunkDestinationUpdate
[src]
Auto Trait Implementations
impl Send for SplunkDestinationUpdate
impl Sync for SplunkDestinationUpdate
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self