@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.
74 lines (73 loc) • 2.57 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace AccessPolicy {
/**
* Disallow the use of non-stable (Preview) Azure resouces (timeseriesinsights.v20210630preview.AccessPolicy).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { AccessPolicy };
declare namespace EventHubEventSource {
/**
* Disallow the use of non-stable (Preview) Azure resouces (timeseriesinsights.v20210630preview.EventHubEventSource).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { EventHubEventSource };
declare namespace Gen1Environment {
/**
* Disallow the use of non-stable (Preview) Azure resouces (timeseriesinsights.v20210630preview.Gen1Environment).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Gen1Environment };
declare namespace Gen2Environment {
/**
* Disallow the use of non-stable (Preview) Azure resouces (timeseriesinsights.v20210630preview.Gen2Environment).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Gen2Environment };
declare namespace IoTHubEventSource {
/**
* Disallow the use of non-stable (Preview) Azure resouces (timeseriesinsights.v20210630preview.IoTHubEventSource).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { IoTHubEventSource };
declare namespace ReferenceDataSet {
/**
* Disallow the use of non-stable (Preview) Azure resouces (timeseriesinsights.v20210630preview.ReferenceDataSet).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ReferenceDataSet };