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

OpenIDConnectProviderListEntry

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

Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.

interface OpenIDConnectProviderListEntry {
Arn?: string | null;
}

§Properties

§
Arn?: string | null
[src]