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

    Interface PolicyEvent

    An event emitted whenever there is a policy violation.

    interface PolicyEvent {
        color: string;
        enforcementLevel: "warning" | "mandatory";
        message: string;
        policyName: string;
        policyPackName: string;
        policyPackVersion: string;
        policyPackVersionTag: string;
        resourceUrn?: string;
    }
    Index

    Properties

    color: string
    enforcementLevel: "warning" | "mandatory"
    message: string
    policyName: string
    policyPackName: string
    policyPackVersion: string
    policyPackVersionTag: string
    resourceUrn?: string