class Aws::SMS::Types::UpdateReplicationJobRequest
@note When making an API call, you may pass UpdateReplicationJobRequest
data as a hash: { replication_job_id: "ReplicationJobId", # required frequency: 1, next_replication_run_start_time: Time.now, license_type: "AWS", # accepts AWS, BYOL role_name: "RoleName", description: "Description", number_of_recent_amis_to_keep: 1, encrypted: false, kms_key_id: "KmsKeyId", }
@!attribute [rw] replication_job_id
The ID of the replication job. @return [String]
@!attribute [rw] frequency
The time between consecutive replication runs, in hours. @return [Integer]
@!attribute [rw] next_replication_run_start_time
The start time of the next replication run. @return [Time]
@!attribute [rw] license_type
The license type to be used for the AMI created by a successful replication run. @return [String]
@!attribute [rw] role_name
The name of the IAM role to be used by AWS SMS. @return [String]
@!attribute [rw] description
The description of the replication job. @return [String]
@!attribute [rw] number_of_recent_amis_to_keep
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. @return [Integer]
@!attribute [rw] encrypted
When true, the replication job produces encrypted AMIs. For more information, `KmsKeyId`. @return [Boolean]
@!attribute [rw] kms_key_id
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 enabled but a KMS key ID is not specified, the customer's default KMS key for Amazon EBS is used. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateReplicationJobRequest AWS API Documentation
Constants
- SENSITIVE