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

IAMUserIdentity

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

Contains information about an Identity and Access Management user.

interface IAMUserIdentity {
arn: string;
}

§Properties

§
arn: string
[src]

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

Note: If you delete the IAM user, access policies that contain this identity include an empty arn. You can delete the access policy for the IAM user that no longer exists.