UNPKG

@pulumi/google-compliance-policies

Version:

This repository contains a growing set of Compliance Policies to validate your infrastructure using Pulumi's Crossguard Policy-as-Code framework.

86 lines (85 loc) 2.68 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace Group { /** * Disallow the use of non-stable (Alpha) resouces (migrationcenter.v1alpha1.Group). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { Group }; declare namespace ImportDataFile { /** * Disallow the use of non-stable (Alpha) resouces (migrationcenter.v1alpha1.ImportDataFile). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { ImportDataFile }; declare namespace ImportJob { /** * Disallow the use of non-stable (Alpha) resouces (migrationcenter.v1alpha1.ImportJob). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { ImportJob }; declare namespace PreferenceSet { /** * Disallow the use of non-stable (Alpha) resouces (migrationcenter.v1alpha1.PreferenceSet). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { PreferenceSet }; declare namespace Report { /** * Disallow the use of non-stable (Alpha) resouces (migrationcenter.v1alpha1.Report). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { Report }; declare namespace ReportConfig { /** * Disallow the use of non-stable (Alpha) resouces (migrationcenter.v1alpha1.ReportConfig). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { ReportConfig }; declare namespace Source { /** * Disallow the use of non-stable (Alpha) resouces (migrationcenter.v1alpha1.Source). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { Source };