@pulumi/azure-compliance-policies
Version:
This repository contains a growing set of Compliance Policies to validate your infrastructure using Pulumi's Crossguard Policy-as-Code framework.
38 lines (37 loc) • 1.28 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace SharedPrivateLinkResource {
/**
* Disallow the use of non-stable (Preview) Azure resouces (databasewatcher.v20230901preview.SharedPrivateLinkResource).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SharedPrivateLinkResource };
declare namespace Target {
/**
* Disallow the use of non-stable (Preview) Azure resouces (databasewatcher.v20230901preview.Target).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Target };
declare namespace Watcher {
/**
* Disallow the use of non-stable (Preview) Azure resouces (databasewatcher.v20230901preview.Watcher).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Watcher };