Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 847 Bytes

OperatorIAMRole.md

File metadata and controls

15 lines (11 loc) · 847 Bytes

OperatorIAMRole

Contains the necessary attributes to allow each operator to access the necessary AWS resources

Properties

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]

[Back to Model list] [Back to API list] [Back to README]