New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tinystacks/ops-aws-core-widgets

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinystacks/ops-aws-core-widgets

This package contains a list of core AWS widgets.

latest
Source
npmnpm
Version
0.0.27
Version published
Weekly downloads
8
700%
Maintainers
2
Weekly downloads
 
Created
Source

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

cw-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

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

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.

FAQs

Package last updated on 20 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts