@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.
50 lines (49 loc) • 1.49 kB
TypeScript
import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace Backup {
/**
* Disallow the use of non-stable (Alpha) resouces (alloydb.v1alpha.Backup).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://cloud.google.com/apis/design/versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { Backup };
declare namespace Cluster {
/**
* Disallow the use of non-stable (Alpha) resouces (alloydb.v1alpha.Cluster).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://cloud.google.com/apis/design/versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { Cluster };
declare namespace Instance {
/**
* Disallow the use of non-stable (Alpha) resouces (alloydb.v1alpha.Instance).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://cloud.google.com/apis/design/versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { Instance };
declare namespace User {
/**
* Disallow the use of non-stable (Alpha) resouces (alloydb.v1alpha.User).
*
* @severity medium
* @frameworks none
* @topics alpha, api, unstable
* @link https://cloud.google.com/apis/design/versioning
*/
const disallowAlphaResource: ResourceValidationPolicy;
}
export { User };