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

    Interface SsoProps<T, S>

    Properties of the SSO stack

    interface SsoProps<T extends string, S extends string> {
        accounts: AccountList<T>;
        ssoConfig: SsoConfig<S>;
    }

    Type Parameters

    • T extends string

      the AccountName type of the generated account list

    • S extends string

      the GroupName type of the generated sso config

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    accounts: AccountList<T>

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

    ssoConfig: SsoConfig<S>

    The configuration of the AWS SSO org. Can be generated by running npx fetch-sso-config