0.0.27 • Published 11 months ago

@tinystacks/ops-aws-core-widgets v0.0.27

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

Overview

This package contains a list of core AWS widgets.

Widgets

NameDescription
CloudWatch LogsRenders a widget containing logs from a CloudWatchLogs log group or log stream.
CloudWatch Metric GraphRenders a widget containing graphs populated by one or many CloudWatch metrics.
ECS InfoRenders a widget containing information about an ECS Service.
ECS DeploymentsRenders a widget containing information about an ECS Service's current deployments.

CloudWatch Logs

Renders a widget containing logs from a CloudWatchLogs log group or log stream.

ParameterRequiredTypeDescription
displayNameYesstringDisplay name of widget.
providersYesarrayA list of providers. The first provider must be of type AwsCredentialsProvider or results will not be retrieved.
regionYesstringThe AWS region to request logs from.
logGroupNameYesStringThe AWS LogGroup name to request logs from.
logStreamNameNoStringThe AWS LogStream name to request logs from. If this field is not specified, this widget will retrieve all log events in the LogGroup.
timeRangeNoRelativeTime or AbsoluteTimeRangeThe time range in which to look for logs
showTimeRangeSelectorNobooleanWhether to show the time range selector which supplies time-range overrides

CloudWatch Metric Graph

cw-metrics

Renders a widget containing graphs populated by one or many CloudWatch metrics.

ParameterRequiredTypeDescription
displayNameYesstringDisplay name of widget.
providersYesarrayA list of providers. The first provider must be of type AwsCredentialsProvider or results will not be retrieved.
regionYesstringThe AWS region to request logs from.
timeRangeNoRelativeTime or AbsoluteTimeRangeThe time range in which to look for logs.
periodNonumberThe period, in seconds, used to populate data from CloudWatch.
showTimeRangeSelectorNobooleanWhether to show the time range selector which supplies time-range overrides.

ECS Info

Renders a widget containing information about an ECS Service.

ParameterRequiredTypeDescription
displayNameYesstringDisplay name of widget.
providersYesarrayA list of providers. The first provider must be of type AwsCredentialsProvider or results will not be retrieved.
regionYesstringThe AWS region to request logs from.
clusterNameYesstringThe name of the ECS Cluster.
serviceNameYesstringThe name of the ECS Service.

ECS Deployments

Renders a widget containing information about an ECS Service's current deployments.

ParameterRequiredTypeDescription
displayNameYesstringDisplay name of widget.
providersYesarrayA list of providers. The first provider must be of type AwsCredentialsProvider or results will not be retrieved.
regionYesstringThe AWS region the ECS Cluster is in.
clusterNameYesstringThe name of the ECS Cluster.
serviceNameYesstringThe name of the ECS Service.

Parameters

NameDescription
AbsoluteTimeRangeRange of absolute time.
RelativeTimeTime range defined relatively to current time.

AbsoluteTimeRange

Range of absolute time.

ParameterRequiredTypeDescription
startTimeYesnumberThe beginning of the time range as UNIX time.
endTimeYesnumberThe end of the time range as UNIX time.

RelativeTime

Range of absolute time.

ParameterRequiredTypeDescription
timeYesnumberA number expressing how many units of time ago to start looking.
unitYesns, ms, s, m, h, d, w, mo or yrUnits of time.
0.0.24

11 months ago

0.0.25

11 months ago

0.0.26

11 months ago

0.0.27

11 months ago

0.0.21

11 months ago

0.0.22

11 months ago

0.0.23

11 months ago

0.0.20

12 months ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

12 months ago

0.0.15

12 months ago

0.0.18

12 months ago

0.0.19

12 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago