本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
DescribeIdentityIdFormat
与 a 一起使用 CLI
以下代码示例演示如何使用 DescribeIdentityIdFormat
。
- CLI
-
- AWS CLI
-
描述IAM角色的 ID 格式
以下
describe-identity-id-format
示例描述了由您的 AWS 账户EC2Role
中的IAM角色创建的实例所接收的 ID 格式。aws ec2 describe-identity-id-format \ --principal-arn
arn:aws:iam::123456789012:role/my-iam-role
\ --resourceinstance
以下输出表明此角色创建的实例IDs以长 ID 格式接收。
{ "Statuses": [ { "Deadline": "2016-12-15T00:00:00Z", "Resource": "instance", "UseLongIds": true } ] }
描述IAM用户的 ID 格式
以下
describe-identity-id-format
示例描述了IAM用户在您的 AWS 账户AdminUser
中创建的快照所接收的 ID 格式。aws ec2 describe-identity-id-format \ --principal-arn
arn:aws:iam::123456789012:user/AdminUser
\ --resourcesnapshot
输出表明此用户创建的快照IDs以长 ID 格式接收。
{ "Statuses": [ { "Deadline": "2016-12-15T00:00:00Z", "Resource": "snapshot", "UseLongIds": true } ] }
-
有关API详细信息,请参阅 “DescribeIdentityIdFormat AWS CLI
命令参考”。
-
- PowerShell
-
- 用于 PowerShell
-
示例 1:此示例返回给定角色的资源 “图片” 的 ID 格式
Get-EC2IdentityIdFormat -PrincipalArn arn:aws:iam::123456789511:role/JDBC -Resource image
输出:
Deadline Resource UseLongIds -------- -------- ---------- 8/2/2018 11:30:00 PM image True
-
有关API详细信息,请参阅 AWS Tools for PowerShell Cmdlet 参考DescribeIdentityIdFormat中的。
-
有关 AWS SDK开发者指南和代码示例的完整列表,请参阅使用创建 Amazon EC2 资源 AWS SDK。本主题还包括有关入门的信息以及有关先前SDK版本的详细信息。
DescribeIdFormat
DescribeImageAttribute