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

    Interface SsoConfig<T>

    interface SsoConfig<T extends string> {
        groups: GroupList<T>;
        identityStoreId: string;
        instanceArn: string;
    }

    Type Parameters

    • T extends string
    Index

    Properties

    groups: GroupList<T>
    identityStoreId: string
    instanceArn: string