@pulumi/policy - v1.21.0
    Preparing search index...

    Interface PolicyComplianceFramework

    Represents a compliance framework that a policy belongs to.

    interface PolicyComplianceFramework {
        name: string;
        reference: string;
        specification: string;
        version: string;
    }
    Index

    Properties

    name: string

    The compliance framework name.

    reference: string

    The compliance framework reference.

    specification: string

    The compliance framework specification.

    version: string

    The compliance framework version.