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

UpdateOpenIDConnectProviderThumbprintRequest

import type { UpdateOpenIDConnectProviderThumbprintRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface UpdateOpenIDConnectProviderThumbprintRequest {
OpenIDConnectProviderArn: string;
ThumbprintList: string[];
}

§Properties

§
OpenIDConnectProviderArn: string
[src]

The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the "ListOpenIDConnectProviders" operation.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

§
ThumbprintList: string[]
[src]

A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see "CreateOpenIDConnectProvider".