String taskId
Id of the export task to cancel.
String taskName
The name of the export task.
String logGroupName
The name of the log group to export.
String logStreamNamePrefix
Will only export log streams that match the provided logStreamNamePrefix. If you don't specify a value, no prefix filter is applied.
Long from
A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. It indicates the start time of the range for the request. Events with a timestamp prior to this time will not be exported.
Long to
A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. It indicates the end time of the range for the request. Events with a timestamp later than this time will not be exported.
String destination
Name of Amazon S3 bucket to which the log data will be exported.
Note: Only buckets in the same AWS region are supported.
String destinationPrefix
Prefix that will be used as the start of Amazon S3 key for every object exported. If not specified, this defaults to 'exportedlogs'.
String taskId
Id of the export task that got created.
String logGroupName
The name of the log group to create.
String expectedSequenceToken
String destinationName
The name of destination to delete.
String logGroupName
The name of the log group to delete.
String logGroupName
The name of the log group that is associated with the retention policy to delete.
com.amazonaws.internal.SdkInternalList<T> destinations
String nextToken
String taskId
Export task that matches the specified task Id will be returned. This can result in zero or one export task.
String statusCode
All export tasks that matches the specified status code will be returned. This can return zero or more export tasks.
String nextToken
A string token used for pagination that points to the next page of results. It must be a value obtained from the
response of the previous DescribeExportTasks request.
Integer limit
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
com.amazonaws.internal.SdkInternalList<T> exportTasks
String nextToken
String logGroupNamePrefix
Will only return log groups that match the provided logGroupNamePrefix. If you don't specify a value, no prefix filter is applied.
String nextToken
A string token used for pagination that points to the next page of results. It must be a value obtained from the
response of the previous DescribeLogGroups request.
Integer limit
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
com.amazonaws.internal.SdkInternalList<T> logGroups
String nextToken
String logGroupName
The log group name for which log streams are to be listed.
String logStreamNamePrefix
Will only return log streams that match the provided logStreamNamePrefix. If you don't specify a value, no prefix filter is applied.
String orderBy
Specifies what to order the returned log streams by. Valid arguments are 'LogStreamName' or 'LastEventTime'. If you don't specify a value, results are ordered by LogStreamName. If 'LastEventTime' is chosen, the request cannot also contain a logStreamNamePrefix.
Boolean descending
If set to true, results are returned in descending order. If you don't specify a value or set it to false, results are returned in ascending order.
String nextToken
A string token used for pagination that points to the next page of results. It must be a value obtained from the
response of the previous DescribeLogStreams request.
Integer limit
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
com.amazonaws.internal.SdkInternalList<T> logStreams
String nextToken
String logGroupName
The log group name for which metric filters are to be listed.
String filterNamePrefix
Will only return metric filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.
String nextToken
A string token used for pagination that points to the next page of results. It must be a value obtained from the
response of the previous DescribeMetricFilters request.
Integer limit
The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.
com.amazonaws.internal.SdkInternalList<T> metricFilters
String nextToken
String logGroupName
The log group name for which subscription filters are to be listed.
String filterNamePrefix
Will only return subscription filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.
String nextToken
Integer limit
com.amazonaws.internal.SdkInternalList<T> subscriptionFilters
String nextToken
String destinationName
Name of the destination.
String targetArn
ARN of the physical target where the log events will be delivered (eg. ARN of a Kinesis stream).
String roleArn
A role for impersonation for delivering log events to the target.
String accessPolicy
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
String arn
ARN of this destination.
Long creationTime
A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC specifying when this destination was created.
String taskId
Id of the export task.
String taskName
The name of the export task.
String logGroupName
The name of the log group from which logs data was exported.
Long from
A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp prior to this time are not exported.
Long to
A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
String destination
Name of Amazon S3 bucket to which the log data was exported.
String destinationPrefix
Prefix that was used as the start of Amazon S3 key for every object exported.
ExportTaskStatus status
Status of the export task.
ExportTaskExecutionInfo executionInfo
Execution info about the export task.
String logGroupName
The name of the log group to query.
com.amazonaws.internal.SdkInternalList<T> logStreamNames
Optional list of log stream names within the specified log group to search. Defaults to all the log streams in the log group.
Long startTime
A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. If provided, events with a timestamp prior to this time are not returned.
Long endTime
A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. If provided, events with a timestamp later than this time are not returned.
String filterPattern
A valid CloudWatch Logs filter pattern to use for filtering the response. If not provided, all the events are matched.
String nextToken
A pagination token obtained from a FilterLogEvents response to continue paginating the
FilterLogEvents results. This token is omitted from the response when there are no other events to display.
Integer limit
The maximum number of events to return in a page of results. Default is 10,000 events.
Boolean interleaved
If provided, the API will make a best effort to provide responses that contain events from multiple log streams within the log group interleaved in a single response. If not provided, all the matched log events in the first log stream will be searched first, then those in the next log stream, etc.
com.amazonaws.internal.SdkInternalList<T> events
A list of FilteredLogEvent objects representing the matched events from the request.
com.amazonaws.internal.SdkInternalList<T> searchedLogStreams
A list of SearchedLogStream objects indicating which log streams have been searched in this request
and whether each has been searched completely or still has more to be paginated.
String nextToken
A pagination token obtained from a FilterLogEvents response to continue paginating the
FilterLogEvents results. This token is omitted from the response when there are no other events to display.
String logGroupName
The name of the log group to query.
String logStreamName
The name of the log stream to query.
Long startTime
Long endTime
String nextToken
A string token used for pagination that points to the next page of results. It must be a value obtained from the
nextForwardToken or nextBackwardToken fields in the response of the previous
GetLogEvents request.
Integer limit
The maximum number of log events returned in the response. If you don't specify a value, the request would return as many log events as can fit in a response size of 1MB, up to 10,000 log events.
Boolean startFromHead
If set to true, the earliest log events would be returned first. The default is false (the latest log events are returned first).
com.amazonaws.internal.SdkInternalList<T> events
String nextForwardToken
String nextBackwardToken
String expectedSequenceToken
String filterName
String filterPattern
com.amazonaws.internal.SdkInternalList<T> metricTransformations
Long creationTime
Long eventNumber
String eventMessage
com.amazonaws.internal.SdkInternalMap<K,V> extractedValues
String metricName
Name of the metric.
String metricNamespace
Namespace to which the metric belongs.
String metricValue
A string representing a value to publish to this metric when a filter pattern matches a log event.
Double defaultValue
(Optional) A default value to emit when a filter pattern does not match a log event. Can be null.
String destinationName
A name for the destination.
String targetArn
The ARN of an Amazon Kinesis stream to deliver matching log events to.
String roleArn
The ARN of an IAM role that grants CloudWatch Logs permissions to do Amazon Kinesis PutRecord requests on the destination stream.
Destination destination
String logGroupName
The name of the log group to put log events to.
String logStreamName
The name of the log stream to put log events to.
com.amazonaws.internal.SdkInternalList<T> logEvents
String sequenceToken
A string token that must be obtained from the response of the previous PutLogEvents request.
String nextSequenceToken
RejectedLogEventsInfo rejectedLogEventsInfo
String logGroupName
The name of the log group to associate the metric filter with.
String filterName
A name for the metric filter.
String filterPattern
A valid CloudWatch Logs filter pattern for extracting metric data out of ingested log events.
com.amazonaws.internal.SdkInternalList<T> metricTransformations
A collection of information needed to define how metric data gets emitted.
String logGroupName
The name of the log group to associate the subscription filter with.
String filterName
A name for the subscription filter.
String filterPattern
A valid CloudWatch Logs filter pattern for subscribing to a filtered stream of log events.
String destinationArn
The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:
An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.
A logical destination (used via an ARN of Destination) belonging to a different account, for
cross-account delivery.
An Amazon Kinesis Firehose stream belonging to the same account as the subscription filter, for same-account delivery.
An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.
String roleArn
The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination
stream. You don't need to provide the ARN when you are working with a logical destination (used via an ARN of
Destination) for cross-account delivery.
String filterPattern
com.amazonaws.internal.SdkInternalList<T> logEventMessages
A list of log event messages to test.
com.amazonaws.internal.SdkInternalList<T> matches
Copyright © 2016. All rights reserved.