AWS IAM 节点(AWS IAM node)#
使用 AWS IAM 节点来自动化 AWS 身份与访问管理(IAM)中的工作,并将 AWS IAM 与其他应用集成。n8n 内置支持广泛的 AWS IAM 功能,包括创建、更新、获取和删除用户与组,以及管理组成员。
🌐 Use the AWS IAM node to automate work in AWS Identity and Access Management (IAM) and integrate AWS IAM with other applications. n8n has built-in support for a wide range of AWS IAM features, which includes creating, updating, getting and deleting users and groups as well as managing group membership.
本页列出了 AWS IAM 节点支持的操作列表以及更多资源的链接。
🌐 On this page, you'll find a list of operations the AWS IAM node supports, and links to more resources.
凭证
你可以在这里找到该节点的认证信息。
操作(Operations)#
- 用户:
- 添加到群组:将现有用户添加到群组。
- 创建:创建一个新用户。
- 删除:删除用户。
- 获取:检索用户。
- 获取多个:检索用户列表。
- 从群组中移除:将用户从群组中移除。
- 更新:更新现有用户。
- 组:
- 创建:创建一个新群组。
- 删除:创建一个新群组。
- 获取:检索一个群组。
- 获取多个:检索群组列表。
- 更新:更新现有群组。
模板和示例(Templates and examples)#
相关资源(Related resources)#
有关该服务的更多信息,请参考AWS IAM 文档。
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.