Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-constants

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-constants

A collection of AWS constants - regions, managed metric namespaces/names/dimensions, IAM action names, and so on.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

aws-constants

A collection of AWS constants - names of regions, CloudWatch namespaces and so on. TypeScript definitions included.

WARNING: This is an experimental project, breaking changes possible. Until v1.0 is released all breaking changes will bump up the minor version, so it is recommended to pin both major and minor versions in package.json files - e.g. "aws-constants": "~0.1.0"

How to install?

npm install aws-constants

Service Constants

ServiceMetric NamesDimension NamesIAM ActionsResource ARN Constructors
AWS API GatewayAwsApiGatewayManagedMetricNameAwsApiGatewayManagedMetricDimensionNameAwsApiGatewayIamPolicyActioncreateAwsApiGatewayExecuteApiGeneralArn
AWS DynamoDBAwsDynamoDbManagedMetricNameAwsDynamoDbManagedMetricDimensionNameAwsDynamoDbIamPolicyActioncreateAwsDynamoDbTableArn, createAwsDynamoDbIndexArn, createAwsDynamoDbStreamArn, createAwsDynamoDbBackupArn, createAwsDynamoDbExportArn, createAwsDynamoDbGlobalTableArn
AWS EC2AwsEc2ManagedMetricNameAwsEc2ManagedMetricDimensionNameAwsEc2IamPolicyActionTODO
AWS ECRAwsEcrManagedMetricNameAwsEcrManagedMetricDimensionNameAwsEcrIamPolicyActionTODO
AWS LambdaAwsLambdaManagedMetricNameAwsLambdaManagedDimensionNameAwsLambdaIamPolicyActionTODO
AWS SNSAwsSnsManagedMetricNameAwsSnsManagedDimensionNameAwsSnsIamPolicyActionTODO
AWS SQSAwsSqsManagedMetricNameAwsSqsManagedDimensionNameAwsSqsIamPolicyActionTODO
AWS Step FunctionsAwsStepFunctionsManagedMetricNameAwsStepFunctionsManagedMetricDimensionNameAwsStepFunctionsIamPolicyActioncreateAwsStepFunctionsActivityArn, createAwsStepFunctionsStateMachineArn, createAwsStepFunctionsExecutionArn

Other Constants

  • AWS regions: AwsRegion. Regions have name and description properties. E.g. AwsRegion.US_EAST_1.name
  • AWS CloudWatch: MetricNamespaceWithDescription and MetricNamespace
  • AWS IAM: AwsServicePrincipal and AwsIamManagedPolicy.

Keywords

FAQs

Package last updated on 31 Jul 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc