lulo-plugin-stack-properties
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

lulo stack properties

lulo stack properties is a plugin for lulo. Given a CloudFormation StackName or StackID it responds with the Parameters, Outputs and Resources of the Stack.

Installation

$ npm install lulo-plugin-stack-properties --save

Usage

Properties

  • StackName: Name or ID of the Stack you want to describe. Required

Return Values

The resource will return every Parameter, Output and Resource of the stack. Each return value can be access using the intrinsic function "Fn::GetAtt".

Parameters

{ "Fn::GetAtt: ["ResourceName", "Parameter.{ParameterKey}] }" Gives PropertyValue

Outputs

{ "Fn::GetAtt: ["ResourceName", "Output.{OutputKey}] }" Gives OutputValue

Resources

{ "Fn::GetAtt: ["ResourceName", "Resources.{ResourceLogicalId}] }" Gives ResourcePhysicalId

Required IAM Permissions

The Custom Resource Lambda requires the following permissions for this plugin to work:

Sid: 'LuloPluginStackProperties'
Action:
    - 'cloudformation:DescribeStacks'
    - 'cloudformation:DescribeStackResources'
Effect: 'Allow'
Resource: '*'

License

The MIT License (MIT)

Change Log

Change Log

Package Sidebar

Install

npm i lulo-plugin-stack-properties

Weekly Downloads

8

Version

4.0.0

License

MIT

Unpacked Size

6.97 kB

Total Files

5

Last publish

Collaborators

  • polythene