@taimos/cdk-controltower
    Preparing search index...

    Interface ControlTowerProps<T>

    Properties of a cdk-controltower stack stack

    interface ControlTowerProps<T extends string> {
        accounts: AccountList<T>;
    }

    Type Parameters

    • T extends string

      the AccountName type of the generated account list

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    accounts: AccountList<T>

    The list of AWS accounts. Can be generated by running npx fetch-accounts