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

IamInstanceProfileAssociation

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

Describes an association between an IAM instance profile and an instance.

interface IamInstanceProfileAssociation {
AssociationId?: string | null;
IamInstanceProfile?: IamInstanceProfile | null;
InstanceId?: string | null;
Timestamp?: Date | number | null;
}

§Properties

§
AssociationId?: string | null
[src]

The ID of the association.

§
IamInstanceProfile?: IamInstanceProfile | null
[src]

The IAM instance profile.

§
InstanceId?: string | null
[src]

The ID of the instance.

§

The state of the association.

§
Timestamp?: Date | number | null
[src]

The time the IAM instance profile was associated with the instance.