Replaces the existing list of server certificate thumbprints associated with an OpenID Connect (OIDC) provider resource object with a new list of thumbprints.
See https://www.paws-r-sdk.com/docs/iam_update_open_id_connect_provider_thumbprint/ for full documentation.
iam_update_open_id_connect_provider_thumbprint(
OpenIDConnectProviderArn,
ThumbprintList
)
[required] 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
list_open_id_connect_providers
operation.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
[required] A list of certificate thumbprints that are associated with the specified
IAM OpenID Connect provider. For more information, see
create_open_id_connect_provider
.