GradientEdge CDK Utils
    Preparing search index...

    Interface EventHandlerEventGridSubscriptionProps

    Properties for the EventGrid subscription dead-letter queue storage

    interface EventHandlerEventGridSubscriptionProps {
        dlqStorageAccount: StorageAccountProps;
        dlqStorageContainer: StorageContainerProps;
    }
    Index

    Properties

    dlqStorageAccount: StorageAccountProps

    Storage account properties for the dead-letter queue

    dlqStorageContainer: StorageContainerProps

    Storage container properties for the dead-letter queue