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

AwsEc2LaunchTemplateDataIamInstanceProfileDetails

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

Provides details for an Identity and Access Management (IAM) instance profile, which is a container for an IAM role for your instance.

interface AwsEc2LaunchTemplateDataIamInstanceProfileDetails {
Arn?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the instance profile.

§
Name?: string | null
[src]

The name of the instance profile.