Socket
Socket
Sign inDemoInstall

aws-constants

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
5
decreased by-37.5%
Maintainers
1
Install size
330 kB
Created
Weekly downloads
 

Readme

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

Last updated on 31 Jul 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc