Interface ConstructResult

ConstructResult represents the results of a call to ResourceProvider.construct.

interface ConstructResult {
    state: Inputs;
    urn: Input<string>;
}

Properties

Properties

state: Inputs

Any state that was computed during construction.

urn: Input<string>

The URN of the constructed resource.

Generated using TypeDoc