AWS::EKS::Capability ArgoCdRoleMapping - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EKS::Capability ArgoCdRoleMapping

A mapping between an Argo CD role and IAM Identity CenterIAM; Identity Center identities. This defines which users or groups have specific permissions in Argo CD.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Identities" : [ SsoIdentity, ... ], "Role" : String }

YAML

Identities: - SsoIdentity Role: String

Properties

Identities

A list of IAM Identity CenterIAM; Identity Center identities (users or groups) that should be assigned this Argo CD role.

Required: Yes

Type: Array of SsoIdentity

Update requires: No interruption

Role

The Argo CD role to assign. Valid values are:

  • ADMIN – Full administrative access to Argo CD.

  • EDITOR – Edit access to Argo CD resources.

  • VIEWER – Read-only access to Argo CD resources.

Required: Yes

Type: String

Allowed values: ADMIN | EDITOR | VIEWER

Update requires: No interruption