@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.
98 lines (97 loc) • 3.31 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace Administrator {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.Administrator).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Administrator };
declare namespace Configuration {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.Configuration).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Configuration };
declare namespace Database {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.Database).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Database };
declare namespace FirewallRule {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.FirewallRule).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { FirewallRule };
declare namespace Migration {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.Migration).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Migration };
declare namespace PrivateEndpointConnection {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.PrivateEndpointConnection).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { PrivateEndpointConnection };
declare namespace Server {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.Server).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Server };
declare namespace VirtualEndpoint {
/**
* Disallow the use of non-stable (Preview) Azure resouces (dbforpostgresql.v20230601preview.VirtualEndpoint).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { VirtualEndpoint };