Contents

RegionPriority

A value that indicates the importance of the configured region.

Declaration

const RegionPriority: Readonly<{
    readonly Default: "default";
    readonly Required: "required";
}>

Topics

Setting the region priority

Type Aliases