CreateFpgaImageRequest

public struct CreateFpgaImageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

    Declaration

    Swift

    public let clientToken: String?
  • A description for the AFI.

    Declaration

    Swift

    public let description: String?
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

    Declaration

    Swift

    public let inputStorageLocation: StorageLocation
  • The location in Amazon S3 for the output logs.

    Declaration

    Swift

    public let logsStorageLocation: StorageLocation?
  • A name for the AFI.

    Declaration

    Swift

    public let name: String?
  • The tags to apply to the FPGA image during creation.

    Declaration

    Swift

    public let tagSpecifications: [TagSpecification]?
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, description: String? = nil, dryRun: Bool? = nil, inputStorageLocation: StorageLocation, logsStorageLocation: StorageLocation? = nil, name: String? = nil, tagSpecifications: [TagSpecification]? = nil)