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

AwsIamInstanceProfile

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

Information about an instance profile.

interface AwsIamInstanceProfile {
Arn?: string | null;
CreateDate?: string | null;
InstanceProfileId?: string | null;
InstanceProfileName?: string | null;
Path?: string | null;
Roles?: AwsIamInstanceProfileRole[] | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the instance profile.

§
CreateDate?: string | null
[src]

Indicates when the instance profile was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
InstanceProfileId?: string | null
[src]

The identifier of the instance profile.

§
InstanceProfileName?: string | null
[src]

The name of the instance profile.

§
Path?: string | null
[src]

The path to the instance profile.

§

The roles associated with the instance profile.