Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Generate ARNs in order to be able to get the right ones from cloudformation lists.  #6

@mikedlr

Description

@mikedlr

With cloudformation I can recover a list of resources created by each stack but the data about each resource does not include the ARN.

In order to be able to match resources to cloudformation stacks I would like to be able to be able to use arnparse to generate ARNs from the constituent data recovered from a cloudformation stack. See also the output of aws cloudformation list-stack-resources

I'd propose implementing a __str__ method which returns the ARN and a __repr__ method which returns an ARN instantiation call.

In fact I'm probably going to go ahead and do this, but I'd like to put up an issue to explain it first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions