You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchLogs::Types::CreateExportTaskRequestWhen 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
The name of S3 bucket for the exported log data.
The prefix used as the start of the key for every object exported.
The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The name of the log group.
Export only log streams that match the provided prefix.
The name of the export task.
The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
#destination_prefix ⇒ StringThe prefix used as the start of the key for every object exported. If you don\'t specify a value, the default is exportedlogs
.
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 ⇒ StringThe name of the log group.
#log_stream_name_prefix ⇒ StringExport only log streams that match the provided prefix. If you don\'t specify a value, no prefix filter is applied.
#task_name ⇒ StringThe name of the export task.
#to ⇒ IntegerThe 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