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

AwsEc2InstanceViolation

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

Violation detail for an EC2 instance resource.

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

§Properties

§
AwsEc2NetworkInterfaceViolations?: AwsEc2NetworkInterfaceViolation[] | null
[src]

Violation detail for network interfaces associated with the EC2 instance.

§
ViolationTarget?: string | null
[src]

The resource ID of the EC2 instance.