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

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 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.79.0
published on Monday, Sep 14, 2026 by Pulumi

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

    Using getFpgaImage

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFpgaImage(args: GetFpgaImageArgs, opts?: InvokeOptions): Promise<GetFpgaImageResult>
    function getFpgaImageOutput(args: GetFpgaImageOutputArgs, opts?: InvokeOutputOptions): Output<GetFpgaImageResult>
    def get_fpga_image(arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetFpgaImageResult
    def get_fpga_image_output(arn: pulumi.Input[Optional[str]] = None,
                       opts: Optional[InvokeOutputOptions] = None) -> Output[GetFpgaImageResult]
    func LookupFpgaImage(ctx *Context, args *LookupFpgaImageArgs, opts ...InvokeOption) (*LookupFpgaImageResult, error)
    func LookupFpgaImageOutput(ctx *Context, args *LookupFpgaImageOutputArgs, opts ...InvokeOption) LookupFpgaImageResultOutput

    > Note: This function is named LookupFpgaImage in the Go SDK.

    public static class GetFpgaImage 
    {
        public static Task<GetFpgaImageResult> InvokeAsync(GetFpgaImageArgs args, InvokeOptions? opts = null)
        public static Output<GetFpgaImageResult> Invoke(GetFpgaImageInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetFpgaImageResult> Invoke(GetFpgaImageInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetFpgaImageResult> getFpgaImage(GetFpgaImageArgs args, InvokeOptions options)
    public static Output<GetFpgaImageResult> getFpgaImage(GetFpgaImageArgs args, InvokeOptions options)
    public static Output<GetFpgaImageResult> getFpgaImage(GetFpgaImageArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:ec2:getFpgaImage
      arguments:
        # arguments dictionary
    data "aws-native_ec2_get_fpga_image" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The ARN of the FPGA image.
    Arn string
    The ARN of the FPGA image.
    arn string
    The ARN of the FPGA image.
    arn String
    The ARN of the FPGA image.
    arn string
    The ARN of the FPGA image.
    arn str
    The ARN of the FPGA image.
    arn String
    The ARN of the FPGA image.

    getFpgaImage Result

    The following output properties are available:

    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.
    Description string
    A description for the AFI.
    FpgaImageGlobalId string
    The global FPGA image identifier (AGFI ID).
    FpgaImageId string
    The FPGA image identifier (AFI ID).
    Name string
    A name for the AFI.
    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).
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags assigned to the FPGA image.
    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.
    Description string
    A description for the AFI.
    FpgaImageGlobalId string
    The global FPGA image identifier (AGFI ID).
    FpgaImageId string
    The FPGA image identifier (AFI ID).
    Name string
    A name for the AFI.
    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).
    Tags Tag
    The tags assigned to the FPGA image.
    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.
    description string
    A description 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).
    name string
    A name for the AFI.
    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).
    tags list(object)
    The tags assigned to the FPGA image.
    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.
    description String
    A description for the AFI.
    fpgaImageGlobalId String
    The global FPGA image identifier (AGFI ID).
    fpgaImageId String
    The FPGA image identifier (AFI ID).
    name String
    A name for the AFI.
    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).
    tags List<Tag>
    The tags assigned to the FPGA image.
    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.
    description string
    A description for the AFI.
    fpgaImageGlobalId string
    The global FPGA image identifier (AGFI ID).
    fpgaImageId string
    The FPGA image identifier (AFI ID).
    name string
    A name for the AFI.
    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).
    tags Tag[]
    The tags assigned to the FPGA image.
    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.
    description str
    A description 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).
    name str
    A name for the AFI.
    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).
    tags Sequence[root_Tag]
    The tags assigned to the FPGA image.
    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.
    description String
    A description for the AFI.
    fpgaImageGlobalId String
    The global FPGA image identifier (AGFI ID).
    fpgaImageId String
    The FPGA image identifier (AFI ID).
    name String
    A name for the AFI.
    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).
    tags List<Property Map>
    The tags assigned to the FPGA image.
    updateTime String
    The time of the most recent update to the AFI.

    Supporting Types

    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 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.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial