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

CreateOpenIDConnectProviderResponse

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

Contains the response to a successful "CreateOpenIDConnectProvider" request.

interface CreateOpenIDConnectProviderResponse {
OpenIDConnectProviderArn?: string | null;
Tags: Tag[];
}

§Properties

§
OpenIDConnectProviderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see "OpenIDConnectProviderListEntry".

§
Tags: Tag[]
[src]

A list of tags that are attached to the new IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.