UpdateReplicationJobRequest

public struct UpdateReplicationJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the replication job.

    Declaration

    Swift

    public let description: String?
  • When true, the replication job produces encrypted AMIs. For more information, KmsKeyId.

    Declaration

    Swift

    public let encrypted: Bool?
  • The time between consecutive replication runs, in hours.

    Declaration

    Swift

    public let frequency: Int?
  • 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.

    Declaration

    Swift

    public let kmsKeyId: String?
  • The license type to be used for the AMI created by a successful replication run.

    Declaration

    Swift

    public let licenseType: LicenseType?
  • The start time of the next replication run.

    Declaration

    Swift

    public let nextReplicationRunStartTime: TimeStamp?
  • 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.

    Declaration

    Swift

    public let numberOfRecentAmisToKeep: Int?
  • The ID of the replication job.

    Declaration

    Swift

    public let replicationJobId: String
  • The name of the IAM role to be used by AWS SMS.

    Declaration

    Swift

    public let roleName: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, encrypted: Bool? = nil, frequency: Int? = nil, kmsKeyId: String? = nil, licenseType: LicenseType? = nil, nextReplicationRunStartTime: TimeStamp? = nil, numberOfRecentAmisToKeep: Int? = nil, replicationJobId: String, roleName: String? = nil)