A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudWatchLogs/Types/CreateExportTaskRequest.html below:

CreateExportTaskRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::CreateExportTaskRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateExportTaskRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  task_name: "ExportTaskName",
  log_group_name: "LogGroupName",   log_stream_name_prefix: "LogStreamName",
  from: 1,   to: 1,   destination: "ExportDestinationBucket",   destination_prefix: "ExportDestinationPrefix",
}
Instance Attribute Summary collapse Instance Attribute Details #destination ⇒ String

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

#destination_prefix ⇒ String

The prefix used as the start of the key for every object exported. If you don\'t specify a value, the default is exportedlogs.

#from ⇒ Integer

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

#log_group_name ⇒ String

The name of the log group.

#log_stream_name_prefix ⇒ String

Export only log streams that match the provided prefix. If you don\'t specify a value, no prefix filter is applied.

#task_name ⇒ String

The name of the export task.

#to ⇒ Integer

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4