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

IAMRoleIdentity

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

Contains information about an Identity and Access Management role. For more information, see IAM roles in the IAM User Guide.

interface IAMRoleIdentity {
arn: string;
}

§Properties

§
arn: string
[src]

The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.