interface NetworkMigrationDefinitionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.MGN.NetworkMigrationDefinitionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsmgn#NetworkMigrationDefinitionReference |
Java | software.amazon.awscdk.interfaces.mgn.NetworkMigrationDefinitionReference |
Python | aws_cdk.interfaces.aws_mgn.NetworkMigrationDefinitionReference |
TypeScript | aws-cdk-lib » interfaces » aws_mgn » NetworkMigrationDefinitionReference |
A reference to a NetworkMigrationDefinition resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mgn as interfaces_mgn } from 'aws-cdk-lib/interfaces';
const networkMigrationDefinitionReference: interfaces_mgn.NetworkMigrationDefinitionReference = {
networkMigrationDefinitionArn: 'networkMigrationDefinitionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| network | string | The Arn of the NetworkMigrationDefinition resource. |
networkMigrationDefinitionArn
Type:
string
The Arn of the NetworkMigrationDefinition resource.

.NET
Go
Java
Python
TypeScript