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

@aws-lite/cloudformation

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lite/cloudformation

Official `aws-lite` plugin for CloudFormation

  • 0.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

@aws-lite/cloudformation

Official aws-lite plugin for CloudFormation

Maintained by: @architect

Install

npm i @aws-lite/cloudformation

Optionally install types:

npm i -D @aws-lite/cloudformation-types

Reference

Reference documentation with examples at aws-lite.org

Reference

Reference documentation with examples at aws-lite.org

Methods

DeleteStack

Canonical AWS API doc

Properties:

  • StackName (string) [required]
    • Stack name or ID
  • ClientRequestToken (string)
    • Unique identifier for this request; from 1 - 128b matching [a-zA-Z0-9][-a-zA-Z0-9]*
  • RetainResources (array)
    • List of logical resource IDs to retain after stack deletion
  • RoleARN (string)
    • IAM role ARN to assume during deletion

DescribeStackResources

Canonical AWS API doc

Properties:

  • StackName (string)
    • Stack name or ID
  • LogicalResourceId (string)
    • Logical name of a resource
  • PhysicalResourceId (string)
    • Physical name or ID of a resource; if you do not specify PhysicalResourceId, you must specify StackName

DescribeStacks

Canonical AWS API doc

Properties:

  • StackName (string)
    • Stack name or ID
  • NextToken (string)
    • Pagination cursor token to be used if NextToken was returned in a previous response
  • paginate (boolean)
    • Enable automatic result pagination; use this instead of making your own individual pagination requests

ListStackResources

Canonical AWS API doc

Properties:

  • StackName (string) [required]
    • Stack name or ID
  • NextToken (string)
    • Pagination cursor token to be used if NextToken was returned in a previous response
  • paginate (boolean)
    • Enable automatic result pagination; use this instead of making your own individual pagination requests

Methods yet to be implemented

Please help out by opening a PR!

Learn more

FAQs

Package last updated on 24 Dec 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

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