@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface PermissionsBroadeningCheckProps

    Properties for a PermissionsBroadeningCheck

    interface PermissionsBroadeningCheckProps {
        notificationTopic?: ITopic;
        stage: Stage;
    }
    Index

    Properties

    notificationTopic?: ITopic

    Topic to send notifications when a human needs to give manual confirmation

    - no notification
    
    stage: Stage

    The CDK Stage object to check the stacks of

    This should be the same Stage object you are passing to addStage().