FpgaImageReference

class aws_cdk.interfaces.aws_ec2.FpgaImageReference(*, fpga_image_arn)

Bases: object

A reference to a FpgaImage resource.

Parameters:

fpga_image_arn (str) – The Arn of the FpgaImage resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_ec2 as interfaces_ec2

fpga_image_reference = interfaces_ec2.FpgaImageReference(
    fpga_image_arn="fpgaImageArn"
)

Attributes

fpga_image_arn

The Arn of the FpgaImage resource.