SplunkDestinationUpdate constructor
SplunkDestinationUpdate({
- CloudWatchLoggingOptions? cloudWatchLoggingOptions,
- int? hECAcknowledgmentTimeoutInSeconds,
- String? hECEndpoint,
- HECEndpointType? hECEndpointType,
- String? hECToken,
- ProcessingConfiguration? processingConfiguration,
- SplunkRetryOptions? retryOptions,
- SplunkS3BackupMode? s3BackupMode,
- S3DestinationUpdate? s3Update,
Implementation
SplunkDestinationUpdate({
this.cloudWatchLoggingOptions,
this.hECAcknowledgmentTimeoutInSeconds,
this.hECEndpoint,
this.hECEndpointType,
this.hECToken,
this.processingConfiguration,
this.retryOptions,
this.s3BackupMode,
this.s3Update,
});