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

ComplianceViolator

import type { ComplianceViolator } from "https://aws-api.deno.dev/v0.3/services/fms.ts?docs=full";

Details of the resource that is not protected by the policy.

interface ComplianceViolator {
ResourceId?: string | null;
ResourceType?: string | null;
ViolationReason?: ViolationReason | null;
}

§Properties

§
ResourceId?: string | null
[src]

The resource ID.

§
ResourceType?: string | null
[src]

The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. For example: AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::CloudFront::Distribution, or AWS::NetworkFirewall::FirewallPolicy.

§
ViolationReason?: ViolationReason | null
[src]

The reason that the resource is not protected by the policy.