Socket
Book a DemoInstallSign in
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

Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
1.2K
-17.12%
Maintainers
3
Weekly downloads
 
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 10 Jan 2024

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