AWSEC2ReplicateFpgaImageRequest

Objective-C

@interface AWSEC2ReplicateFpgaImageRequest

Swift

class AWSEC2ReplicateFpgaImageRequest
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • The description for the new AFI.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • 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

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The name for the new AFI. The default is the name of the source AFI.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • The ID of the source AFI.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sourceFpgaImageId;

    Swift

    var sourceFpgaImageId: String? { get set }
  • The Region that contains the source AFI.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sourceRegion;

    Swift

    var sourceRegion: String? { get set }