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

    Interface CheckResult

    CheckResult represents the results of a call to ResourceProvider.check.

    interface CheckResult {
        failures?: provider.CheckFailure[];
        inputs?: any;
    }
    Index

    Properties

    Properties

    failures?: provider.CheckFailure[]

    Any validation failures that occurred.

    inputs?: any

    The inputs to use, if any.