eks_associate_identity_provider_config: Associate an identity provider configuration to a cluster

View source: R/eks_operations.R

eks_associate_identity_provider_configR Documentation

Associate an identity provider configuration to a cluster

Description

Associate 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 the cluster to associate the configuration to.

oidc

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

tags

The metadata to apply to the configuration to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.

clientRequestToken

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


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.