SplunkDestinationUpdate constructor

SplunkDestinationUpdate({
  1. CloudWatchLoggingOptions? cloudWatchLoggingOptions,
  2. int? hECAcknowledgmentTimeoutInSeconds,
  3. String? hECEndpoint,
  4. HECEndpointType? hECEndpointType,
  5. String? hECToken,
  6. ProcessingConfiguration? processingConfiguration,
  7. SplunkRetryOptions? retryOptions,
  8. SplunkS3BackupMode? s3BackupMode,
  9. S3DestinationUpdate? s3Update,
})

Implementation

SplunkDestinationUpdate({
  this.cloudWatchLoggingOptions,
  this.hECAcknowledgmentTimeoutInSeconds,
  this.hECEndpoint,
  this.hECEndpointType,
  this.hECToken,
  this.processingConfiguration,
  this.retryOptions,
  this.s3BackupMode,
  this.s3Update,
});