1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. ec2
  6. FpgaImage

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi

    Creates and manages an Amazon FPGA Image (AFI) from a design checkpoint (DCP).

    Create FpgaImage Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FpgaImage(name: string, args?: FpgaImageArgs, opts?: CustomResourceOptions);
    @overload
    def FpgaImage(resource_name: str,
                  args: Optional[FpgaImageArgs] = None,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def FpgaImage(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  description: Optional[str] = None,
                  input_storage_location: Optional[FpgaImageStorageLocationArgs] = None,
                  logs_storage_location: Optional[FpgaImageStorageLocationArgs] = None,
                  name: Optional[str] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewFpgaImage(ctx *Context, name string, args *FpgaImageArgs, opts ...ResourceOption) (*FpgaImage, error)
    public FpgaImage(string name, FpgaImageArgs? args = null, CustomResourceOptions? opts = null)
    public FpgaImage(String name, FpgaImageArgs args)
    public FpgaImage(String name, FpgaImageArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:FpgaImage
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_ec2_fpga_image" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args FpgaImageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args FpgaImageArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args FpgaImageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FpgaImageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FpgaImageArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    FpgaImage Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The FpgaImage resource accepts the following input properties:

    Description string
    A description for the AFI.
    InputStorageLocation Pulumi.AwsNative.Ec2.Inputs.FpgaImageStorageLocation
    The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
    LogsStorageLocation Pulumi.AwsNative.Ec2.Inputs.FpgaImageStorageLocation
    The location in Amazon S3 for the output logs.
    Name string
    A name for the AFI.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags assigned to the FPGA image.
    Description string
    A description for the AFI.
    InputStorageLocation FpgaImageStorageLocationArgs
    The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
    LogsStorageLocation FpgaImageStorageLocationArgs
    The location in Amazon S3 for the output logs.
    Name string
    A name for the AFI.
    Tags TagArgs
    The tags assigned to the FPGA image.
    description string
    A description for the AFI.
    input_storage_location object
    The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
    logs_storage_location object
    The location in Amazon S3 for the output logs.
    name string
    A name for the AFI.
    tags list(object)
    The tags assigned to the FPGA image.
    description String
    A description for the AFI.
    inputStorageLocation FpgaImageStorageLocation
    The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
    logsStorageLocation FpgaImageStorageLocation
    The location in Amazon S3 for the output logs.
    name String
    A name for the AFI.
    tags List<Tag>
    The tags assigned to the FPGA image.
    description string
    A description for the AFI.
    inputStorageLocation FpgaImageStorageLocation
    The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
    logsStorageLocation FpgaImageStorageLocation
    The location in Amazon S3 for the output logs.
    name string
    A name for the AFI.
    tags Tag[]
    The tags assigned to the FPGA image.
    description str
    A description for the AFI.
    input_storage_location FpgaImageStorageLocationArgs
    The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
    logs_storage_location FpgaImageStorageLocationArgs
    The location in Amazon S3 for the output logs.
    name str
    A name for the AFI.
    tags Sequence[TagArgs]
    The tags assigned to the FPGA image.
    description String
    A description for the AFI.
    inputStorageLocation Property Map
    The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
    logsStorageLocation Property Map
    The location in Amazon S3 for the output logs.
    name String
    A name for the AFI.
    tags List<Property Map>
    The tags assigned to the FPGA image.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FpgaImage resource produces the following output properties:

    Arn string
    The ARN of the FPGA image.
    CreateTime string
    The date and time the AFI was created.
    DataRetentionSupport bool
    Indicates whether data retention support is enabled for the AFI.
    FpgaImageGlobalId string
    The global FPGA image identifier (AGFI ID).
    FpgaImageId string
    The FPGA image identifier (AFI ID).
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerId string
    The ID of the AWS account that owns the AFI.
    Public bool
    Indicates whether the AFI is public.
    State string
    The state of the AFI (pending | available | failed | unavailable).
    UpdateTime string
    The time of the most recent update to the AFI.
    Arn string
    The ARN of the FPGA image.
    CreateTime string
    The date and time the AFI was created.
    DataRetentionSupport bool
    Indicates whether data retention support is enabled for the AFI.
    FpgaImageGlobalId string
    The global FPGA image identifier (AGFI ID).
    FpgaImageId string
    The FPGA image identifier (AFI ID).
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerId string
    The ID of the AWS account that owns the AFI.
    Public bool
    Indicates whether the AFI is public.
    State string
    The state of the AFI (pending | available | failed | unavailable).
    UpdateTime string
    The time of the most recent update to the AFI.
    arn string
    The ARN of the FPGA image.
    create_time string
    The date and time the AFI was created.
    data_retention_support bool
    Indicates whether data retention support is enabled for the AFI.
    fpga_image_global_id string
    The global FPGA image identifier (AGFI ID).
    fpga_image_id string
    The FPGA image identifier (AFI ID).
    id string
    The provider-assigned unique ID for this managed resource.
    owner_id string
    The ID of the AWS account that owns the AFI.
    public bool
    Indicates whether the AFI is public.
    state string
    The state of the AFI (pending | available | failed | unavailable).
    update_time string
    The time of the most recent update to the AFI.
    arn String
    The ARN of the FPGA image.
    createTime String
    The date and time the AFI was created.
    dataRetentionSupport Boolean
    Indicates whether data retention support is enabled for the AFI.
    fpgaImageGlobalId String
    The global FPGA image identifier (AGFI ID).
    fpgaImageId String
    The FPGA image identifier (AFI ID).
    id String
    The provider-assigned unique ID for this managed resource.
    ownerId String
    The ID of the AWS account that owns the AFI.
    public_ Boolean
    Indicates whether the AFI is public.
    state String
    The state of the AFI (pending | available | failed | unavailable).
    updateTime String
    The time of the most recent update to the AFI.
    arn string
    The ARN of the FPGA image.
    createTime string
    The date and time the AFI was created.
    dataRetentionSupport boolean
    Indicates whether data retention support is enabled for the AFI.
    fpgaImageGlobalId string
    The global FPGA image identifier (AGFI ID).
    fpgaImageId string
    The FPGA image identifier (AFI ID).
    id string
    The provider-assigned unique ID for this managed resource.
    ownerId string
    The ID of the AWS account that owns the AFI.
    public boolean
    Indicates whether the AFI is public.
    state string
    The state of the AFI (pending | available | failed | unavailable).
    updateTime string
    The time of the most recent update to the AFI.
    arn str
    The ARN of the FPGA image.
    create_time str
    The date and time the AFI was created.
    data_retention_support bool
    Indicates whether data retention support is enabled for the AFI.
    fpga_image_global_id str
    The global FPGA image identifier (AGFI ID).
    fpga_image_id str
    The FPGA image identifier (AFI ID).
    id str
    The provider-assigned unique ID for this managed resource.
    owner_id str
    The ID of the AWS account that owns the AFI.
    public bool
    Indicates whether the AFI is public.
    state str
    The state of the AFI (pending | available | failed | unavailable).
    update_time str
    The time of the most recent update to the AFI.
    arn String
    The ARN of the FPGA image.
    createTime String
    The date and time the AFI was created.
    dataRetentionSupport Boolean
    Indicates whether data retention support is enabled for the AFI.
    fpgaImageGlobalId String
    The global FPGA image identifier (AGFI ID).
    fpgaImageId String
    The FPGA image identifier (AFI ID).
    id String
    The provider-assigned unique ID for this managed resource.
    ownerId String
    The ID of the AWS account that owns the AFI.
    public Boolean
    Indicates whether the AFI is public.
    state String
    The state of the AFI (pending | available | failed | unavailable).
    updateTime String
    The time of the most recent update to the AFI.

    Supporting Types

    FpgaImageStorageLocation, FpgaImageStorageLocationArgs

    Describes a storage location in Amazon S3.
    Bucket string
    The name of the S3 bucket.
    Key string
    The key.
    Bucket string
    The name of the S3 bucket.
    Key string
    The key.
    bucket string
    The name of the S3 bucket.
    key string
    The key.
    bucket String
    The name of the S3 bucket.
    key String
    The key.
    bucket string
    The name of the S3 bucket.
    key string
    The key.
    bucket str
    The name of the S3 bucket.
    key str
    The key.
    bucket String
    The name of the S3 bucket.
    key String
    The key.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.78.0
    published on Monday, Sep 7, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial