View a markdown version of this page

AWS::EC2::FpgaImage - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EC2::FpgaImage

Describes an Amazon FPGA image (AFI).

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::EC2::FpgaImage", "Properties" : { "Description" : String, "InputStorageLocation" : StorageLocation, "LogsStorageLocation" : StorageLocation, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::EC2::FpgaImage Properties: Description: String InputStorageLocation: StorageLocation LogsStorageLocation: StorageLocation Name: String Tags: - Tag

Properties

Description

The description of the AFI.

Required: No

Type: String

Update requires: No interruption

InputStorageLocation

Describes a storage location in Amazon S3.

Required: No

Type: StorageLocation

Update requires: Replacement

LogsStorageLocation

Describes a storage location in Amazon S3.

Required: No

Type: StorageLocation

Update requires: Replacement

Name

The name of the AFI.

Required: No

Type: String

Update requires: No interruption

Tags

Any tags assigned to the AFI.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreateTime

The date and time the AFI was created.

DataRetentionSupport

Indicates whether data retention support is enabled for the AFI.

FpgaImageGlobalId

The global FPGA image identifier (AGFI ID).

FpgaImageId

The FPGA image identifier (AFI ID).

OwnerId

The ID of the Amazon Web Services account that owns the AFI.

Public

Indicates whether the AFI is public.

State

Information about the state of the AFI.

UpdateTime

The time of the most recent update to the AFI.