SourceResource

A source resource can be a source server, a migration wave, an application, or any other resource that you track.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description that can be free-form text to record additional detail about the resource for clarity or later reference.

Link copied to clipboard

This is the name that you want to use to identify the resource. If the resource is an AWS resource, we recommend that you set this parameter to the ARN of the resource.

Link copied to clipboard

A free-form description of the status of the resource.

Functions

Link copied to clipboard
inline fun copy(block: SourceResource.Builder.() -> Unit = {}): SourceResource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String