You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::GetContainerLogRequestWhen passing GetContainerLogRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
service_name: "ContainerServiceName", container_name: "string", start_time: Time.now,
end_time: Time.now,
filter_pattern: "string",
page_token: "string",
}
Instance Attribute Summary collapse
The name of the container that is either running or previously ran on the container service for which to return a log.
The end of the time interval for which to get log data.
The pattern to use to filter the returned log events to a specific term.
The token to advance to the next page of results from your request.
The name of the container service for which to get a container log.
The start of the time interval for which to get log data.
The name of the container that is either running or previously ran on the container service for which to return a log.
#end_time ⇒ TimeThe end of the time interval for which to get log data.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600
as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
#filter_pattern ⇒ StringThe pattern to use to filter the returned log events to a specific term.
The following are a few examples of filter patterns that you can specify:
To return all log events, specify a filter pattern of ""
.
To exclude log events that contain the ERROR
term, and return all other log events, specify a filter pattern of "-ERROR"
.
To return log events that contain the ERROR
term, specify a filter pattern of "ERROR"
.
To return log events that contain both the ERROR
and Exception
terms, specify a filter pattern of "ERROR Exception"
.
To return log events that contain the ERROR
or the Exception
term, specify a filter pattern of "?ERROR ?Exception"
.
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetContainerLog
request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
The name of the container service for which to get a container log.
#start_time ⇒ TimeThe start of the time interval for which to get log data.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000
as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
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