@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.25 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace DatabaseMigrationsMongoToCosmosDbRUMongo {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.DatabaseMigrationsMongoToCosmosDbRUMongo).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { DatabaseMigrationsMongoToCosmosDbRUMongo };
declare namespace DatabaseMigrationsMongoToCosmosDbvCoreMongo {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.DatabaseMigrationsMongoToCosmosDbvCoreMongo).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { DatabaseMigrationsMongoToCosmosDbvCoreMongo };
declare namespace DatabaseMigrationsSqlDb {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.DatabaseMigrationsSqlDb).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { DatabaseMigrationsSqlDb };
declare namespace File {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.File).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { File };
declare namespace MigrationService {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.MigrationService).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { MigrationService };
declare namespace Project {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.Project).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Project };
declare namespace Service {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.Service).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Service };
declare namespace ServiceTask {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.ServiceTask).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { ServiceTask };
declare namespace SqlMigrationService {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.SqlMigrationService).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { SqlMigrationService };
declare namespace Task {
/**
* Disallow the use of non-stable (Preview) Azure resouces (datamigration.v20230715preview.Task).
*
* @severity medium
* @frameworks none
* @topics api, preview, unstable
* @link https://learn.microsoft.com/en-us/rest/api/azure/
*/
const disallowPreviewResource: ResourceValidationPolicy;
}
export { Task };