IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...
    type PartitionsInfo = {
        partitions: {
            id: string;
            outputs: {
                dnsSuffix: string;
                dualStackDnsSuffix: string;
                name: string;
                supportsDualStack: boolean;
                supportsFIPS: boolean;
            };
            regionRegex: string;
            regions: Record<string, { description?: string } | undefined>;
        }[];
    }
    Index

    Properties

    Properties

    partitions: {
        id: string;
        outputs: {
            dnsSuffix: string;
            dualStackDnsSuffix: string;
            name: string;
            supportsDualStack: boolean;
            supportsFIPS: boolean;
        };
        regionRegex: string;
        regions: Record<string, { description?: string } | undefined>;
    }[]