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

AwsVPCSecurityGroupViolation

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

Violation detail for the rule violation in a security group when compared to the primary security group of the Firewall Manager policy.

interface AwsVPCSecurityGroupViolation {
PartialMatches?: PartialMatch[] | null;
PossibleSecurityGroupRemediationActions?: SecurityGroupRemediationAction[] | null;
ViolationTarget?: string | null;
ViolationTargetDescription?: string | null;
}

§Properties

§
PartialMatches?: PartialMatch[] | null
[src]

List of rules specified in the security group of the Firewall Manager policy that partially match the ViolationTarget rule.

§
PossibleSecurityGroupRemediationActions?: SecurityGroupRemediationAction[] | null
[src]

Remediation options for the rule specified in the ViolationTarget.

§
ViolationTarget?: string | null
[src]

The security group rule that is being evaluated.

§
ViolationTargetDescription?: string | null
[src]

A description of the security group that violates the policy.