@pulumi/pulumi - v3.256.0
    Preparing search index...

    Type Alias LiftedArray<T>

    type LiftedArray<T> = {
        length: Output<number>;
        readonly [n: number]: Output<T>;
    }

    Type Parameters

    • T

    Indexable

    Index

    Properties

    Properties

    length: Output<number>

    Gets the length of the array. This is a number one higher than the highest element defined in an array.