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

InstanceMetadata

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

Provides information about the IAM Identity Center instance.

interface InstanceMetadata {
IdentityStoreId?: string | null;
InstanceArn?: string | null;
}

§Properties

§
IdentityStoreId?: string | null
[src]

The identifier of the identity store that is connected to the IAM Identity Center instance.

§
InstanceArn?: string | null
[src]

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.