interface SourceNetworkReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DRS.SourceNetworkReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdrs#SourceNetworkReference |
Java | software.amazon.awscdk.interfaces.drs.SourceNetworkReference |
Python | aws_cdk.interfaces.aws_drs.SourceNetworkReference |
TypeScript | aws-cdk-lib » interfaces » aws_drs » SourceNetworkReference |
A reference to a SourceNetwork resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_drs as interfaces_drs } from 'aws-cdk-lib/interfaces';
const sourceNetworkReference: interfaces_drs.SourceNetworkReference = {
sourceNetworkArn: 'sourceNetworkArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The Arn of the SourceNetwork resource. |
sourceNetworkArn
Type:
string
The Arn of the SourceNetwork resource.

.NET
Go
Java
Python
TypeScript