FpgaImage
public struct FpgaImage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time the AFI was created.
Declaration
Swift
public let createTime: TimeStamp? -
Indicates whether data retention support is enabled for the AFI.
Declaration
Swift
public let dataRetentionSupport: Bool? -
The description of the AFI.
Declaration
Swift
public let description: String? -
The global FPGA image identifier (AGFI ID).
Declaration
Swift
public let fpgaImageGlobalId: String? -
The FPGA image identifier (AFI ID).
Declaration
Swift
public let fpgaImageId: String? -
The name of the AFI.
Declaration
Swift
public let name: String? -
The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.
Declaration
Swift
public let ownerAlias: String? -
The AWS account ID of the AFI owner.
Declaration
Swift
public let ownerId: String? -
Information about the PCI bus.
Declaration
Swift
public let pciId: PciId? -
The product codes for the AFI.
Declaration
Swift
public let productCodes: [ProductCode]? -
Indicates whether the AFI is public.
Declaration
Swift
public let `public`: Bool? -
The version of the AWS Shell that was used to create the bitstream.
Declaration
Swift
public let shellVersion: String? -
Information about the state of the AFI.
Declaration
Swift
public let state: FpgaImageState? -
Any tags assigned to the AFI.
Declaration
Swift
public let tags: [Tag]? -
The time of the most recent update to the AFI.
Declaration
Swift
public let updateTime: TimeStamp? -
init(createTime:dataRetentionSupport:description:fpgaImageGlobalId:fpgaImageId:name:ownerAlias:ownerId:pciId:productCodes:public:shellVersion:state:tags:updateTime:)Undocumented
Declaration
Swift
public init(createTime: TimeStamp? = nil, dataRetentionSupport: Bool? = nil, description: String? = nil, fpgaImageGlobalId: String? = nil, fpgaImageId: String? = nil, name: String? = nil, ownerAlias: String? = nil, ownerId: String? = nil, pciId: PciId? = nil, productCodes: [ProductCode]? = nil, public: Bool? = nil, shellVersion: String? = nil, state: FpgaImageState? = nil, tags: [Tag]? = nil, updateTime: TimeStamp? = nil)
View on GitHub
FpgaImage Structure Reference