A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SMS/Types/CreateReplicationJobRequest.html below:

CreateReplicationJobRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SMS::Types::CreateReplicationJobRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateReplicationJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  server_id: "ServerId",   seed_replication_time: Time.now,   frequency: 1,
  run_once: false,
  license_type: "AWS",   role_name: "RoleName",
  description: "Description",
  number_of_recent_amis_to_keep: 1,
  encrypted: false,
  kms_key_id: "KmsKeyId",
}
Instance Attribute Summary collapse Instance Attribute Details #description ⇒ String

The description of the replication job.

#encrypted ⇒ Boolean

Indicates whether the replication job produces encrypted AMIs.

#frequency ⇒ Integer

The time between consecutive replication runs, in hours.

#kms_key_id ⇒ String

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

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

#license_type ⇒ String

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

Possible values:

#number_of_recent_amis_to_keep ⇒ Integer

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.

#role_name ⇒ String

The name of the IAM role to be used by the AWS SMS.

#run_once ⇒ Boolean

Indicates whether to run the replication job one time.

#seed_replication_time ⇒ Time

The seed replication time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4