UpdateEndpointRequest: {
    disableAuth?: boolean;
    endpointId: string;
    region?: Region;
}

Type declaration

  • OptionaldisableAuth?: boolean

    By default, deployments are protected by IAM authentication. When setting this field to true, the authentication will be disabled.

  • endpointId: string

    ID of the endpoint to update.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.