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

GetViolationDetailsRequest

import type { GetViolationDetailsRequest } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
interface GetViolationDetailsRequest {
MemberAccount: string;
PolicyId: string;
ResourceId: string;
ResourceType: string;
}

§Properties

§
MemberAccount: string
[src]

The Amazon Web Services account ID that you want the details for.

§
PolicyId: string
[src]

The ID of the Firewall Manager policy that you want the details for. This currently only supports security group content audit policies.

§
ResourceId: string
[src]

The ID of the resource that has violations.

§
ResourceType: string
[src]

The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. Supported resource types are: AWS::EC2::Instance, AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup, AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.