Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.12 KB

AWSIAMAccessRules.md

File metadata and controls

18 lines (14 loc) · 1.12 KB

AWSIAMAccessRules

Properties

Name Type Description Notes
account_id list[str] The list of account ids that the login is restricted to. [optional]
arn list[str] The list of ARNs that the login is restricted to. [optional]
resource_id list[str] The list of resource ids that the login is restricted to. [optional]
role_id list[str] The list of role ids that the login is restricted to. [optional]
role_name list[str] The list of role names that the login is restricted to. [optional]
sts_endpoint str The sts URL. [optional]
unique_identifier str A unique identifier to distinguish different users [optional]
user_id list[str] The list of user ids that the login is restricted to. [optional]
user_name list[str] The list of user names that the login is restricted to. [optional]

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