constructor()

in lib/consul-mesh-extension.ts [70:75]


    constructor(props: RetryJoinProps) {
        this.provider = props.provider || CloudProviders.AWS_CLOUDPROVIDER,
            this.region = props.region,
            this.tagName = props.tagName,
            this.tagValue = props.tagValue
    }