generate AWS CloudWatch Logs URL
Project description
aws-cloudwatch-logs-url 
Generate AWS CloudWatch Logs URL
Install
$ pip install aws-cloudwatch-logs-url
How to use
create_url_log_group()
from aws_cloudwatch_logs_url import create_url_log_group
url = create_url_log_group(
region="string",
log_group_name="string"
)
- region (string) [REQUIRED] AWS Region
- log_group_name (string) [REQUIRED] LogGroup Name
create_url_log_events()
from aws_cloudwatch_logs_url import create_url_log_events
url = create_url_log_events(
region="string",
log_group_name="string",
log_stream_name="string",
start=123,
end=123,
filter_pattern="string"
)
- region (string)
[REQUIRED]
AWS Region - log_group_name (string)
[REQUIRED]
LogGroup Name - log_stream_name (string)
LogStream Name - start (integer)
The starting point of the period in milliseconds since UNIX epoch. To specify a relative time, provide a negative value in milliseconds. ex) The last 30 minutes = -1800000 - end (integer)
The ending point of the period in milliseconds since UNIX epoch. - filter_pattern (string)
FilterPattern
License
MIT © sinofseven
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_cloudwatch_logs_url-1.0.2.tar.gz.
File metadata
- Download URL: aws_cloudwatch_logs_url-1.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.1 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8029c0e71f2384d66320b9db5a50e97d3e2abbb420d191c0af1976ef9e61e428
|
|
| MD5 |
2d71c0f447e6e222d515a2d55aff3bc9
|
|
| BLAKE2b-256 |
2e191c149fe197a4a8229c98ffeefe7e4052bd0f3ca35c1b8ecd27ae8753b947
|
File details
Details for the file aws_cloudwatch_logs_url-1.0.2-py3-none-any.whl.
File metadata
- Download URL: aws_cloudwatch_logs_url-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.1 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1da9576a2282030ca89f58545613f0706abcf1a0353cd2cd2b6b51a8e9493685
|
|
| MD5 |
a0f537739287c632b5b050a5539cbbe0
|
|
| BLAKE2b-256 |
7e41adf7a150d71606c013a7a27074f62e6f8c02af695ec45a1d4d10b9cc2c63
|