Update proxy properties.

interface UpdateProxyProps {
    id: string;
    paths: string[];
    scope: Construct;
    topicArnSsmName: string;
}

Properties

id: string

Resource id

paths: string[]

Path to configuration files

scope: Construct

Current scope

topicArnSsmName: string

SSM parameter name for reverse proxy topic arn