Contains the necessary attributes to allow each operator to access the necessary AWS resources
Name | Type | Description | Notes |
---|---|---|---|
id | str | Randomly-generated ID to identify the operator role | [optional] |
name | str | Name of the credentials secret used to access cloud resources | [optional] |
namespace | str | Namespace where the credentials secret lives in the cluster | [optional] |
role_arn | str | Role to assume when accessing AWS resources | [optional] |
service_account | str | Service account name to use when authenticating | [optional] |