AWS::EKS::Capability ArgoCdRoleMapping - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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