GetNetworkMigrationDefinitionResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the network migration definition.

Link copied to clipboard

A list of CIDR mappings that map original source CIDR ranges to updated target CIDR ranges. CIDR mappings apply only when vpcProvisioningStrategy is set to USE_EXISTING.

Link copied to clipboard

The timestamp when the network migration definition was created.

Link copied to clipboard

A description of the network migration definition.

Link copied to clipboard
val name: String?

The name of the network migration definition.

Link copied to clipboard

The unique identifier of the network migration definition.

Link copied to clipboard

Scope tags for the network migration definition.

Link copied to clipboard

A list of source configurations for the network migration.

Link copied to clipboard

Tags assigned to the network migration definition.

Link copied to clipboard

The target deployment configuration for the migrated network.

Link copied to clipboard

The target network configuration including topology and CIDR ranges.

Link copied to clipboard

The S3 configuration for storing the target network artifacts.

Link copied to clipboard

The timestamp when the network migration definition was last updated.

Link copied to clipboard

Indicates whether the migration creates new target VPCs or uses existing ones. CREATE_NEW provisions new target VPCs; USE_EXISTING migrates into existing VPCs in the target account.

Functions

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