ReplicationRun
public struct ReplicationRun : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Amazon Machine Image (AMI) from the replication run.
Declaration
Swift
public let amiId: String?
-
The completion time of the last replication run.
Declaration
Swift
public let completedTime: TimeStamp?
-
The description of the replication run.
Declaration
Swift
public let description: String?
-
Indicates whether the replication run should produce an encrypted AMI.
Declaration
Swift
public let encrypted: Bool?
-
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.
Declaration
Swift
public let kmsKeyId: String?
-
The ID of the replication run.
Declaration
Swift
public let replicationRunId: String?
-
The start time of the next replication run.
Declaration
Swift
public let scheduledStartTime: TimeStamp?
-
Details about the current stage of the replication run.
Declaration
Swift
public let stageDetails: ReplicationRunStageDetails?
-
The state of the replication run.
Declaration
Swift
public let state: ReplicationRunState?
-
The description of the current status of the replication job.
Declaration
Swift
public let statusMessage: String?
-
The type of replication run.
Declaration
Swift
public let type: ReplicationRunType?
-
init(amiId:completedTime:description:encrypted:kmsKeyId:replicationRunId:scheduledStartTime:stageDetails:state:statusMessage:type:)
Undocumented
Declaration
Swift
public init(amiId: String? = nil, completedTime: TimeStamp? = nil, description: String? = nil, encrypted: Bool? = nil, kmsKeyId: String? = nil, replicationRunId: String? = nil, scheduledStartTime: TimeStamp? = nil, stageDetails: ReplicationRunStageDetails? = nil, state: ReplicationRunState? = nil, statusMessage: String? = nil, type: ReplicationRunType? = nil)