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

AwsEc2NetworkInterfaceViolation

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

Violation detail for network interfaces associated with an EC2 instance.

interface AwsEc2NetworkInterfaceViolation {
ViolatingSecurityGroups?: string[] | null;
ViolationTarget?: string | null;
}

§Properties

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

List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.

§
ViolationTarget?: string | null
[src]

The resource ID of the network interface.