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

    Interface ManualApprovalStepProps

    Construction properties for a ManualApprovalStep

    interface ManualApprovalStepProps {
        comment?: string;
        notificationTopic?: ITopic;
        reviewUrl?: string;
    }
    Index

    Properties

    comment?: string

    The comment to display with this manual approval

    - No comment
    
    notificationTopic?: ITopic

    Optional SNS topic to send notifications to when an approval is pending

    - No notifications
    
    reviewUrl?: string

    The URL for review associated with this manual approval

    - No URL