AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateReplicationJob operation. Creates a replication job. The replication job schedules periodic replication runs to replicate your server to Amazon Web Services. Each replication run creates an Amazon Machine Image (AMI).

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ServerMigrationService.AmazonServerMigrationServiceRequest
      Amazon.ServerMigrationService.Model.CreateReplicationJobRequest

Namespace: Amazon.ServerMigrationService.Model
Assembly: AWSSDK.ServerMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class CreateReplicationJobRequest : AmazonServerMigrationServiceRequest
         IAmazonWebServiceRequest

The CreateReplicationJobRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the replication job.

Public Property Encrypted System.Boolean

Gets and sets the property Encrypted.

Indicates whether the replication job produces encrypted AMIs.

Public Property Frequency System.Int32

Gets and sets the property Frequency.

The time between consecutive replication runs, in hours.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The ID of the KMS key for replication jobs that produce encrypted AMIs. This value can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to the KMS key ID

  • ARN referring to the KMS key alias

If encrypted is true but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used.

Public Property LicenseType Amazon.ServerMigrationService.LicenseType

Gets and sets the property LicenseType.

The license type to be used for the AMI created by a successful replication run.

Public Property NumberOfRecentAmisToKeep System.Int32

Gets and sets the property NumberOfRecentAmisToKeep.

The maximum number of SMS-created AMIs to retain. The oldest is deleted after the maximum number is reached and a new AMI is created.

Public Property RoleName System.String

Gets and sets the property RoleName.

The name of the IAM role to be used by the Server Migration Service.

Public Property RunOnce System.Boolean

Gets and sets the property RunOnce.

Indicates whether to run the replication job one time.

Public Property SeedReplicationTime System.DateTime

Gets and sets the property SeedReplicationTime.

The seed replication time.

Public Property ServerId System.String

Gets and sets the property ServerId.

The ID of the server.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5