GradientEdge CDK Utils
    Preparing search index...
    interface EventHandlerType {
        archive: Archive;
        ecsTargets: EcsTask[];
        eventBus: IEventBus;
        lambdaTargets: LambdaFunction[];
        logTargets: CloudWatchLogGroup[];
        queue: Queue;
        rule: Rule;
        rulePattern: any;
        sqsTargets: SqsQueue[];
        stepFunctionTargets: SfnStateMachine[];
        targets: IRuleTarget[];
        workflow: StateMachine;
        workflowDefinition: Chain;
        workflowLogGroup: LogGroup;
        workflowMapState: Map;
        workflowPolicy: PolicyDocument;
        workflowRole: Role;
    }

    Implemented by

    Index

    Properties

    archive: Archive
    ecsTargets: EcsTask[]
    eventBus: IEventBus
    lambdaTargets: LambdaFunction[]
    logTargets: CloudWatchLogGroup[]
    queue: Queue
    rule: Rule
    rulePattern: any
    sqsTargets: SqsQueue[]
    stepFunctionTargets: SfnStateMachine[]
    targets: IRuleTarget[]
    workflow: StateMachine
    workflowDefinition: Chain
    workflowLogGroup: LogGroup
    workflowMapState: Map
    workflowPolicy: PolicyDocument
    workflowRole: Role