Cookie の設定を選択する

当社は、当社のサイトおよびサービスを提供するために必要な必須 Cookie および類似のツールを使用しています。当社は、パフォーマンス Cookie を使用して匿名の統計情報を収集することで、お客様が当社のサイトをどのように利用しているかを把握し、改善に役立てています。必須 Cookie は無効化できませんが、[カスタマイズ] または [拒否] をクリックしてパフォーマンス Cookie を拒否することはできます。

お客様が同意した場合、AWS および承認された第三者は、Cookie を使用して便利なサイト機能を提供したり、お客様の選択を記憶したり、関連する広告を含む関連コンテンツを表示したりします。すべての必須ではない Cookie を受け入れるか拒否するには、[受け入れる] または [拒否] をクリックしてください。より詳細な選択を行うには、[カスタマイズ] をクリックしてください。

DescribeFpgaImages

フォーカスモード
DescribeFpgaImages - Amazon Elastic Compute Cloud
このページはお客様の言語に翻訳されていません。 翻訳のリクエスト

Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.

Request Parameters

The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Type: Boolean

Required: No

Filter.N

The filters.

  • create-time - The creation time of the AFI.

  • fpga-image-id - The FPGA image identifier (AFI ID).

  • fpga-image-global-id - The global FPGA image identifier (AGFI ID).

  • name - The name of the AFI.

  • owner-id - The AWS account ID of the AFI owner.

  • product-code - The product code.

  • shell-version - The version of the AWS Shell that was used to create the bitstream.

  • state - The state of the AFI (pending | failed | available | unavailable).

  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

  • update-time - The time of the most recent update.

Type: Array of Filter objects

Required: No

FpgaImageId.N

The AFI IDs.

Type: Array of strings

Required: No

MaxResults

The maximum number of results to return in a single call.

Type: Integer

Valid Range: Minimum value of 5. Maximum value of 1000.

Required: No

NextToken

The token to retrieve the next page of results.

Type: String

Required: No

Owner.N

Filters the AFI by owner. Specify an AWS account ID, self (owner is the sender of the request), or an AWS owner alias (valid values are amazon | aws-marketplace).

Type: Array of strings

Required: No

Response Elements

The following elements are returned by the service.

fpgaImageSet

Information about the FPGA images.

Type: Array of FpgaImage objects

nextToken

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Type: String

requestId

The ID of the request.

Type: String

Errors

For information about the errors that are common to all actions, see Common client error codes.

Examples

Example

This example describes AFIs that are owned by account 123456789012.

Sample Request

https://ec2.amazonaws.com/?Action=DescribeFpgaImages &Filter.1.Name=owner-id &Filter.1.Value.1=123456789012 &AUTHPARAMS

Sample Response

<DescribeFpgaImagesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> <requestId>c984bf72-784e-43b0-be87-d7903example</requestId> <fpgaImageSet> <item> <createTime>2017-12-22T11:43:33.000Z</createTime> <description>my-afi</description> <fpgaImageGlobalId>agfi-05fabc8e7fcca8abc</fpgaImageGlobalId> <fpgaImageId>afi-0feabc187988f4abc</fpgaImageId> <public>false</public> <name>my-afi</name> <ownerId>123456789012</ownerId> <pciId> <DeviceId>0xf000</DeviceId> <SubsystemId>0x1d51</SubsystemId> <SubsystemVendorId>0xfedd</SubsystemVendorId> <VendorId>0x1d0f</VendorId> </pciId> <shellVersion>0x071417d3</shellVersion> <state> <code>available</code> </state> <updateTime>2017-12-22T12:09:14.000Z</updateTime> </item> <item> <createTime>2017-12-22T11:44:54.000Z</createTime> <description>my-afi-2</description> <fpgaImageGlobalId>agfi-0312327b5e84a0123</fpgaImageGlobalId> <fpgaImageId>afi-0d0123214bfc85123</fpgaImageId> <public>false</public> <name>my-afi-2</name> <ownerId>123456789012</ownerId> <pciId> <DeviceId>0xf000</DeviceId> <SubsystemId>0x1d51</SubsystemId> <SubsystemVendorId>0xfedd</SubsystemVendorId> <VendorId>0x1d0f</VendorId> </pciId> <shellVersion>0x071417d3</shellVersion> <state> <code>available</code> </state> <updateTime>2017-12-22T12:10:24.000Z</updateTime> </item> </fpgaImageSet> </DescribeFpgaImagesResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

このページの内容

プライバシーサイト規約Cookie の設定
© 2025, Amazon Web Services, Inc. or its affiliates.All rights reserved.