eks_associate_identity_provider_config: Associates an identity provider configuration to a cluster

View source: R/eks_operations.R

eks_associate_identity_provider_configR Documentation

Associates an identity provider configuration to a cluster

Description

Associates an identity provider configuration to a cluster.

See https://www.paws-r-sdk.com/docs/eks_associate_identity_provider_config/ for full documentation.

Usage

eks_associate_identity_provider_config(
  clusterName,
  oidc,
  tags = NULL,
  clientRequestToken = NULL
)

Arguments

clusterName

[required] The name of your cluster.

oidc

[required] An object representing an OpenID Connect (OIDC) identity provider configuration.

tags

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

clientRequestToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.


paws.compute documentation built on May 29, 2024, 9:16 a.m.