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

AssumedRoleUser

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

The identifiers for the temporary security credentials that the operation returns.

interface AssumedRoleUser {
Arn: string;
AssumedRoleId: string;
}

§Properties

§
Arn: string
[src]

The ARN of the temporary security credentials that are returned from the "AssumeRole" action. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

§
AssumedRoleId: string
[src]

A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by Amazon Web Services when the role is created.