AWS Cloud9 通配符环境成员资格
AWS Cloud9 wildcard environment membership
有没有办法将通配符用户 ARN 传递给
aws cloud9 create-environment-membership --user-arn arn:aws:blah
查看 https://docs.aws.amazon.com/cli/latest/reference/cloud9/create-environment-membership.html 看起来我只能传递特定的用户 ARN,但我希望能够在其中放置通配符,而不是拥有特定用户 ARN 的列表。
今天这是不可能的。您必须为 IAM 主体(IAM 用户或 STS 会话)指定完全匹配的 ARN
有没有办法将通配符用户 ARN 传递给
aws cloud9 create-environment-membership --user-arn arn:aws:blah
查看 https://docs.aws.amazon.com/cli/latest/reference/cloud9/create-environment-membership.html 看起来我只能传递特定的用户 ARN,但我希望能够在其中放置通配符,而不是拥有特定用户 ARN 的列表。
今天这是不可能的。您必须为 IAM 主体(IAM 用户或 STS 会话)指定完全匹配的 ARN