Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ComplianceDetails

import type { ComplianceDetails } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";

Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.

interface ComplianceDetails {
ComplianceStatus?: boolean | null;
KeysWithNoncompliantValues?: string[] | null;
NoncompliantKeys?: string[] | null;
}

§Properties

§
ComplianceStatus?: boolean | null
[src]

Whether a resource is compliant with the effective tag policy.

§
KeysWithNoncompliantValues?: string[] | null
[src]

These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.

§
NoncompliantKeys?: string[] | null
[src]

These tag keys on the resource are noncompliant with the effective tag policy.