CopyFpgaImageRequest

public struct CopyFpgaImageRequest : 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?
  • The description for the new 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 name for the new AFI. The default is the name of the source AFI.

    Declaration

    Swift

    public let name: String?
  • The ID of the source AFI.

    Declaration

    Swift

    public let sourceFpgaImageId: String
  • The Region that contains the source AFI.

    Declaration

    Swift

    public let sourceRegion: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, description: String? = nil, dryRun: Bool? = nil, name: String? = nil, sourceFpgaImageId: String, sourceRegion: String)