@pulumi/pulumi
    Preparing search index...

    Interface CheckFailure

    CheckFailure represents a single failure in the results of a call to ResourceProvider.check.

    interface CheckFailure {
        property: string;
        reason: string;
    }
    Index

    Properties

    Properties

    property: string

    The property that failed validation.

    reason: string

    The reason that the property failed validation.