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

IamInstanceProfile

import type { IamInstanceProfile } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the EC2 instance profile.

interface IamInstanceProfile {
Arn?: string | null;
Id?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The profile ARN of the EC2 instance.

§
Id?: string | null
[src]

The profile ID of the EC2 instance.