@pulumi/pulumi
    Preparing search index...

    Function resolveProperties

    • Takes as input a gRPC serialized proto.google.protobuf.Struct and resolves all of the resource's matching properties to the values inside.

      NOTE: it is imperative that the properties in allProps were produced by deserializeProperties in order for output properties to work correctly w.r.t. knowns/unknowns: this function assumes that any undefined value in allPropsrepresents an unknown value that was returned by an engine operation.

      Parameters

      • res: Resource
      • resolvers: Record<
            string,
            (
                v: any,
                isKnown: boolean,
                isSecret: boolean,
                deps?: Resource[],
                err?: Error,
            ) => void,
        >
      • t: string
      • name: string
      • allProps: any
      • deps: Record<string, Resource[]>
      • Optionalerr: Error
      • OptionalkeepUnknowns: boolean

      Returns void