@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.
122 lines (121 loc) • 4.26 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace ActiveDirectoryConnector {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.ActiveDirectoryConnector).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ActiveDirectoryConnector };
declare namespace DataController {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.DataController).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { DataController };
declare namespace FailoverGroup {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.FailoverGroup).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { FailoverGroup };
declare namespace PostgresInstance {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.PostgresInstance).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { PostgresInstance };
declare namespace SqlManagedInstance {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.SqlManagedInstance).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SqlManagedInstance };
declare namespace SqlServerAvailabilityGroup {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.SqlServerAvailabilityGroup).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SqlServerAvailabilityGroup };
declare namespace SqlServerDatabase {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.SqlServerDatabase).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SqlServerDatabase };
declare namespace SqlServerEsuLicense {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.SqlServerEsuLicense).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SqlServerEsuLicense };
declare namespace SqlServerInstance {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.SqlServerInstance).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SqlServerInstance };
declare namespace SqlServerLicense {
/**
* Disallow the use of non-stable (Preview) Azure resouces (azurearcdata.v20240501preview.SqlServerLicense).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SqlServerLicense };