@cfxlabsinc/b2b-services
    Preparing search index...

    Interface Route53QueryLogArgs

    interface Route53QueryLogArgs {
        useast1: Provider;
        zone: Zone;
    }
    Index
    useast1: Provider

    A provider pinned to us-east-1.

    Route 53 is a global service and its query logging accepts no other Region: the destination log group must be in us-east-1 whatever Region the rest of the stack runs in. Passed in rather than created here because cfx-cloudfront already declares one for its viewer certificate, and two providers for the same Region in one stack is noise.

    zone: Zone

    The public hosted zone to log queries for.