import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace CompositeType { /** * Disallow the use of non-stable (Alpha) resouces (deploymentmanager.alpha.CompositeType). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { CompositeType }; declare namespace Deployment { /** * Disallow the use of non-stable (Alpha) resouces (deploymentmanager.alpha.Deployment). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { Deployment }; declare namespace DeploymentIamBinding { /** * Disallow the use of non-stable (Alpha) resouces (deploymentmanager.alpha.DeploymentIamBinding). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { DeploymentIamBinding }; declare namespace DeploymentIamMember { /** * Disallow the use of non-stable (Alpha) resouces (deploymentmanager.alpha.DeploymentIamMember). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { DeploymentIamMember }; declare namespace DeploymentIamPolicy { /** * Disallow the use of non-stable (Alpha) resouces (deploymentmanager.alpha.DeploymentIamPolicy). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { DeploymentIamPolicy }; declare namespace TypeProvider { /** * Disallow the use of non-stable (Alpha) resouces (deploymentmanager.alpha.TypeProvider). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { TypeProvider };