1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. mgn
  6. NetworkMigrationDefinition

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource schema for AWS::MGN::NetworkMigrationDefinition

    Create NetworkMigrationDefinition Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NetworkMigrationDefinition(name: string, args: NetworkMigrationDefinitionArgs, opts?: CustomResourceOptions);
    @overload
    def NetworkMigrationDefinition(resource_name: str,
                                   args: NetworkMigrationDefinitionArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def NetworkMigrationDefinition(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   source_configurations: Optional[Sequence[NetworkMigrationDefinitionSourceConfigurationArgs]] = None,
                                   target_network: Optional[NetworkMigrationDefinitionTargetNetworkArgs] = None,
                                   target_s3_configuration: Optional[NetworkMigrationDefinitionTargetS3ConfigurationArgs] = None,
                                   description: Optional[str] = None,
                                   name: Optional[str] = None,
                                   scope_tags: Optional[Mapping[str, str]] = None,
                                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                   target_deployment: Optional[NetworkMigrationDefinitionTargetDeployment] = None)
    func NewNetworkMigrationDefinition(ctx *Context, name string, args NetworkMigrationDefinitionArgs, opts ...ResourceOption) (*NetworkMigrationDefinition, error)
    public NetworkMigrationDefinition(string name, NetworkMigrationDefinitionArgs args, CustomResourceOptions? opts = null)
    public NetworkMigrationDefinition(String name, NetworkMigrationDefinitionArgs args)
    public NetworkMigrationDefinition(String name, NetworkMigrationDefinitionArgs args, CustomResourceOptions options)
    
    type: aws-native:mgn:NetworkMigrationDefinition
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_mgn_network_migration_definition" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args NetworkMigrationDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NetworkMigrationDefinitionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NetworkMigrationDefinitionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NetworkMigrationDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NetworkMigrationDefinitionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    NetworkMigrationDefinition Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The NetworkMigrationDefinition resource accepts the following input properties:

    SourceConfigurations List<Pulumi.AwsNative.Mgn.Inputs.NetworkMigrationDefinitionSourceConfiguration>
    A list of source configurations for the network migration.
    TargetNetwork Pulumi.AwsNative.Mgn.Inputs.NetworkMigrationDefinitionTargetNetwork
    The target network configuration including topology and CIDR ranges.
    TargetS3Configuration Pulumi.AwsNative.Mgn.Inputs.NetworkMigrationDefinitionTargetS3Configuration
    The S3 configuration for storing the target network artifacts.
    Description string
    A description of the network migration definition.
    Name string
    The name of the network migration definition.
    ScopeTags Dictionary<string, string>
    Scope tags for the network migration definition.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to assign to the network migration definition.
    TargetDeployment Pulumi.AwsNative.Mgn.NetworkMigrationDefinitionTargetDeployment
    The target deployment configuration for the migrated network.
    SourceConfigurations []NetworkMigrationDefinitionSourceConfigurationArgs
    A list of source configurations for the network migration.
    TargetNetwork NetworkMigrationDefinitionTargetNetworkArgs
    The target network configuration including topology and CIDR ranges.
    TargetS3Configuration NetworkMigrationDefinitionTargetS3ConfigurationArgs
    The S3 configuration for storing the target network artifacts.
    Description string
    A description of the network migration definition.
    Name string
    The name of the network migration definition.
    ScopeTags map[string]string
    Scope tags for the network migration definition.
    Tags TagArgs
    Tags to assign to the network migration definition.
    TargetDeployment NetworkMigrationDefinitionTargetDeployment
    The target deployment configuration for the migrated network.
    source_configurations list(object)
    A list of source configurations for the network migration.
    target_network object
    The target network configuration including topology and CIDR ranges.
    target_s3_configuration object
    The S3 configuration for storing the target network artifacts.
    description string
    A description of the network migration definition.
    name string
    The name of the network migration definition.
    scope_tags map(string)
    Scope tags for the network migration definition.
    tags list(object)
    Tags to assign to the network migration definition.
    target_deployment "SINGLE_ACCOUNT" | "MULTI_ACCOUNT"
    The target deployment configuration for the migrated network.
    sourceConfigurations List<NetworkMigrationDefinitionSourceConfiguration>
    A list of source configurations for the network migration.
    targetNetwork NetworkMigrationDefinitionTargetNetwork
    The target network configuration including topology and CIDR ranges.
    targetS3Configuration NetworkMigrationDefinitionTargetS3Configuration
    The S3 configuration for storing the target network artifacts.
    description String
    A description of the network migration definition.
    name String
    The name of the network migration definition.
    scopeTags Map<String,String>
    Scope tags for the network migration definition.
    tags List<Tag>
    Tags to assign to the network migration definition.
    targetDeployment NetworkMigrationDefinitionTargetDeployment
    The target deployment configuration for the migrated network.
    sourceConfigurations NetworkMigrationDefinitionSourceConfiguration[]
    A list of source configurations for the network migration.
    targetNetwork NetworkMigrationDefinitionTargetNetwork
    The target network configuration including topology and CIDR ranges.
    targetS3Configuration NetworkMigrationDefinitionTargetS3Configuration
    The S3 configuration for storing the target network artifacts.
    description string
    A description of the network migration definition.
    name string
    The name of the network migration definition.
    scopeTags {[key: string]: string}
    Scope tags for the network migration definition.
    tags Tag[]
    Tags to assign to the network migration definition.
    targetDeployment NetworkMigrationDefinitionTargetDeployment
    The target deployment configuration for the migrated network.
    source_configurations Sequence[NetworkMigrationDefinitionSourceConfigurationArgs]
    A list of source configurations for the network migration.
    target_network NetworkMigrationDefinitionTargetNetworkArgs
    The target network configuration including topology and CIDR ranges.
    target_s3_configuration NetworkMigrationDefinitionTargetS3ConfigurationArgs
    The S3 configuration for storing the target network artifacts.
    description str
    A description of the network migration definition.
    name str
    The name of the network migration definition.
    scope_tags Mapping[str, str]
    Scope tags for the network migration definition.
    tags Sequence[TagArgs]
    Tags to assign to the network migration definition.
    target_deployment NetworkMigrationDefinitionTargetDeployment
    The target deployment configuration for the migrated network.
    sourceConfigurations List<Property Map>
    A list of source configurations for the network migration.
    targetNetwork Property Map
    The target network configuration including topology and CIDR ranges.
    targetS3Configuration Property Map
    The S3 configuration for storing the target network artifacts.
    description String
    A description of the network migration definition.
    name String
    The name of the network migration definition.
    scopeTags Map<String>
    Scope tags for the network migration definition.
    tags List<Property Map>
    Tags to assign to the network migration definition.
    targetDeployment "SINGLE_ACCOUNT" | "MULTI_ACCOUNT"
    The target deployment configuration for the migrated network.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NetworkMigrationDefinition resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the network migration definition.
    CreatedAt string
    The timestamp when the network migration definition was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkMigrationDefinitionId string
    The unique identifier of the network migration definition.
    UpdatedAt string
    The timestamp when the network migration definition was last updated.
    Arn string
    The Amazon Resource Name (ARN) of the network migration definition.
    CreatedAt string
    The timestamp when the network migration definition was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkMigrationDefinitionId string
    The unique identifier of the network migration definition.
    UpdatedAt string
    The timestamp when the network migration definition was last updated.
    arn string
    The Amazon Resource Name (ARN) of the network migration definition.
    created_at string
    The timestamp when the network migration definition was created.
    id string
    The provider-assigned unique ID for this managed resource.
    network_migration_definition_id string
    The unique identifier of the network migration definition.
    updated_at string
    The timestamp when the network migration definition was last updated.
    arn String
    The Amazon Resource Name (ARN) of the network migration definition.
    createdAt String
    The timestamp when the network migration definition was created.
    id String
    The provider-assigned unique ID for this managed resource.
    networkMigrationDefinitionId String
    The unique identifier of the network migration definition.
    updatedAt String
    The timestamp when the network migration definition was last updated.
    arn string
    The Amazon Resource Name (ARN) of the network migration definition.
    createdAt string
    The timestamp when the network migration definition was created.
    id string
    The provider-assigned unique ID for this managed resource.
    networkMigrationDefinitionId string
    The unique identifier of the network migration definition.
    updatedAt string
    The timestamp when the network migration definition was last updated.
    arn str
    The Amazon Resource Name (ARN) of the network migration definition.
    created_at str
    The timestamp when the network migration definition was created.
    id str
    The provider-assigned unique ID for this managed resource.
    network_migration_definition_id str
    The unique identifier of the network migration definition.
    updated_at str
    The timestamp when the network migration definition was last updated.
    arn String
    The Amazon Resource Name (ARN) of the network migration definition.
    createdAt String
    The timestamp when the network migration definition was created.
    id String
    The provider-assigned unique ID for this managed resource.
    networkMigrationDefinitionId String
    The unique identifier of the network migration definition.
    updatedAt String
    The timestamp when the network migration definition was last updated.

    Supporting Types

    NetworkMigrationDefinitionSourceConfiguration, NetworkMigrationDefinitionSourceConfigurationArgs

    Configuration for a migration source environment.

    NetworkMigrationDefinitionSourceConfigurationSourceEnvironment, NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentArgs

    Nsx
    NSX
    Vsphere
    VSPHERE
    FortigateFirewall
    FORTIGATE_FIREWALL
    PaloAltoFirewall
    PALO_ALTO_FIREWALL
    CiscoAci
    CISCO_ACI
    LogicalModel
    LOGICAL_MODEL
    ModelizeIt
    MODELIZE_IT
    NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentNsx
    NSX
    NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentVsphere
    VSPHERE
    NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentFortigateFirewall
    FORTIGATE_FIREWALL
    NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentPaloAltoFirewall
    PALO_ALTO_FIREWALL
    NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentCiscoAci
    CISCO_ACI
    NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentLogicalModel
    LOGICAL_MODEL
    NetworkMigrationDefinitionSourceConfigurationSourceEnvironmentModelizeIt
    MODELIZE_IT
    "NSX"
    NSX
    "VSPHERE"
    VSPHERE
    "FORTIGATE_FIREWALL"
    FORTIGATE_FIREWALL
    "PALO_ALTO_FIREWALL"
    PALO_ALTO_FIREWALL
    "CISCO_ACI"
    CISCO_ACI
    "LOGICAL_MODEL"
    LOGICAL_MODEL
    "MODELIZE_IT"
    MODELIZE_IT
    Nsx
    NSX
    Vsphere
    VSPHERE
    FortigateFirewall
    FORTIGATE_FIREWALL
    PaloAltoFirewall
    PALO_ALTO_FIREWALL
    CiscoAci
    CISCO_ACI
    LogicalModel
    LOGICAL_MODEL
    ModelizeIt
    MODELIZE_IT
    Nsx
    NSX
    Vsphere
    VSPHERE
    FortigateFirewall
    FORTIGATE_FIREWALL
    PaloAltoFirewall
    PALO_ALTO_FIREWALL
    CiscoAci
    CISCO_ACI
    LogicalModel
    LOGICAL_MODEL
    ModelizeIt
    MODELIZE_IT
    NSX
    NSX
    VSPHERE
    VSPHERE
    FORTIGATE_FIREWALL
    FORTIGATE_FIREWALL
    PALO_ALTO_FIREWALL
    PALO_ALTO_FIREWALL
    CISCO_ACI
    CISCO_ACI
    LOGICAL_MODEL
    LOGICAL_MODEL
    MODELIZE_IT
    MODELIZE_IT
    "NSX"
    NSX
    "VSPHERE"
    VSPHERE
    "FORTIGATE_FIREWALL"
    FORTIGATE_FIREWALL
    "PALO_ALTO_FIREWALL"
    PALO_ALTO_FIREWALL
    "CISCO_ACI"
    CISCO_ACI
    "LOGICAL_MODEL"
    LOGICAL_MODEL
    "MODELIZE_IT"
    MODELIZE_IT

    NetworkMigrationDefinitionSourceS3Configuration, NetworkMigrationDefinitionSourceS3ConfigurationArgs

    S3 configuration for source network data.
    S3Bucket string
    The name of the S3 bucket containing source data.
    S3BucketOwner string
    The AWS account ID of the S3 bucket owner.
    S3Key string
    The S3 key (path) for the source data.
    S3Bucket string
    The name of the S3 bucket containing source data.
    S3BucketOwner string
    The AWS account ID of the S3 bucket owner.
    S3Key string
    The S3 key (path) for the source data.
    s3_bucket string
    The name of the S3 bucket containing source data.
    s3_bucket_owner string
    The AWS account ID of the S3 bucket owner.
    s3_key string
    The S3 key (path) for the source data.
    s3Bucket String
    The name of the S3 bucket containing source data.
    s3BucketOwner String
    The AWS account ID of the S3 bucket owner.
    s3Key String
    The S3 key (path) for the source data.
    s3Bucket string
    The name of the S3 bucket containing source data.
    s3BucketOwner string
    The AWS account ID of the S3 bucket owner.
    s3Key string
    The S3 key (path) for the source data.
    s3_bucket str
    The name of the S3 bucket containing source data.
    s3_bucket_owner str
    The AWS account ID of the S3 bucket owner.
    s3_key str
    The S3 key (path) for the source data.
    s3Bucket String
    The name of the S3 bucket containing source data.
    s3BucketOwner String
    The AWS account ID of the S3 bucket owner.
    s3Key String
    The S3 key (path) for the source data.

    NetworkMigrationDefinitionTargetDeployment, NetworkMigrationDefinitionTargetDeploymentArgs

    SingleAccount
    SINGLE_ACCOUNT
    MultiAccount
    MULTI_ACCOUNT
    NetworkMigrationDefinitionTargetDeploymentSingleAccount
    SINGLE_ACCOUNT
    NetworkMigrationDefinitionTargetDeploymentMultiAccount
    MULTI_ACCOUNT
    "SINGLE_ACCOUNT"
    SINGLE_ACCOUNT
    "MULTI_ACCOUNT"
    MULTI_ACCOUNT
    SingleAccount
    SINGLE_ACCOUNT
    MultiAccount
    MULTI_ACCOUNT
    SingleAccount
    SINGLE_ACCOUNT
    MultiAccount
    MULTI_ACCOUNT
    SINGLE_ACCOUNT
    SINGLE_ACCOUNT
    MULTI_ACCOUNT
    MULTI_ACCOUNT
    "SINGLE_ACCOUNT"
    SINGLE_ACCOUNT
    "MULTI_ACCOUNT"
    MULTI_ACCOUNT

    NetworkMigrationDefinitionTargetNetwork, NetworkMigrationDefinitionTargetNetworkArgs

    Configuration for the target network topology and addressing.
    Topology Pulumi.AwsNative.Mgn.NetworkMigrationDefinitionTargetNetworkTopology
    The network topology type for the target environment.
    InboundCidr string
    The CIDR block for inbound traffic in the target network.
    InspectionCidr string
    The CIDR block for inspection traffic in the target network.
    OutboundCidr string
    The CIDR block for outbound traffic in the target network.
    Topology NetworkMigrationDefinitionTargetNetworkTopology
    The network topology type for the target environment.
    InboundCidr string
    The CIDR block for inbound traffic in the target network.
    InspectionCidr string
    The CIDR block for inspection traffic in the target network.
    OutboundCidr string
    The CIDR block for outbound traffic in the target network.
    topology "ISOLATED_VPC" | "HUB_AND_SPOKE"
    The network topology type for the target environment.
    inbound_cidr string
    The CIDR block for inbound traffic in the target network.
    inspection_cidr string
    The CIDR block for inspection traffic in the target network.
    outbound_cidr string
    The CIDR block for outbound traffic in the target network.
    topology NetworkMigrationDefinitionTargetNetworkTopology
    The network topology type for the target environment.
    inboundCidr String
    The CIDR block for inbound traffic in the target network.
    inspectionCidr String
    The CIDR block for inspection traffic in the target network.
    outboundCidr String
    The CIDR block for outbound traffic in the target network.
    topology NetworkMigrationDefinitionTargetNetworkTopology
    The network topology type for the target environment.
    inboundCidr string
    The CIDR block for inbound traffic in the target network.
    inspectionCidr string
    The CIDR block for inspection traffic in the target network.
    outboundCidr string
    The CIDR block for outbound traffic in the target network.
    topology NetworkMigrationDefinitionTargetNetworkTopology
    The network topology type for the target environment.
    inbound_cidr str
    The CIDR block for inbound traffic in the target network.
    inspection_cidr str
    The CIDR block for inspection traffic in the target network.
    outbound_cidr str
    The CIDR block for outbound traffic in the target network.
    topology "ISOLATED_VPC" | "HUB_AND_SPOKE"
    The network topology type for the target environment.
    inboundCidr String
    The CIDR block for inbound traffic in the target network.
    inspectionCidr String
    The CIDR block for inspection traffic in the target network.
    outboundCidr String
    The CIDR block for outbound traffic in the target network.

    NetworkMigrationDefinitionTargetNetworkTopology, NetworkMigrationDefinitionTargetNetworkTopologyArgs

    IsolatedVpc
    ISOLATED_VPC
    HubAndSpoke
    HUB_AND_SPOKE
    NetworkMigrationDefinitionTargetNetworkTopologyIsolatedVpc
    ISOLATED_VPC
    NetworkMigrationDefinitionTargetNetworkTopologyHubAndSpoke
    HUB_AND_SPOKE
    "ISOLATED_VPC"
    ISOLATED_VPC
    "HUB_AND_SPOKE"
    HUB_AND_SPOKE
    IsolatedVpc
    ISOLATED_VPC
    HubAndSpoke
    HUB_AND_SPOKE
    IsolatedVpc
    ISOLATED_VPC
    HubAndSpoke
    HUB_AND_SPOKE
    ISOLATED_VPC
    ISOLATED_VPC
    HUB_AND_SPOKE
    HUB_AND_SPOKE
    "ISOLATED_VPC"
    ISOLATED_VPC
    "HUB_AND_SPOKE"
    HUB_AND_SPOKE

    NetworkMigrationDefinitionTargetS3Configuration, NetworkMigrationDefinitionTargetS3ConfigurationArgs

    S3 configuration for storing target network artifacts.
    S3Bucket string
    The name of the S3 bucket for target artifacts.
    S3BucketOwner string
    The AWS account ID of the S3 bucket owner.
    S3Bucket string
    The name of the S3 bucket for target artifacts.
    S3BucketOwner string
    The AWS account ID of the S3 bucket owner.
    s3_bucket string
    The name of the S3 bucket for target artifacts.
    s3_bucket_owner string
    The AWS account ID of the S3 bucket owner.
    s3Bucket String
    The name of the S3 bucket for target artifacts.
    s3BucketOwner String
    The AWS account ID of the S3 bucket owner.
    s3Bucket string
    The name of the S3 bucket for target artifacts.
    s3BucketOwner string
    The AWS account ID of the S3 bucket owner.
    s3_bucket str
    The name of the S3 bucket for target artifacts.
    s3_bucket_owner str
    The AWS account ID of the S3 bucket owner.
    s3Bucket String
    The name of the S3 bucket for target artifacts.
    s3BucketOwner String
    The AWS account ID of the S3 bucket owner.

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial