interface DeviceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.DeviceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#DeviceReference |
![]() | software.amazon.awscdk.services.networkmanager.DeviceReference |
![]() | aws_cdk.aws_networkmanager.DeviceReference |
![]() | aws-cdk-lib » aws_networkmanager » DeviceReference |
A reference to a Device resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const deviceReference: networkmanager.DeviceReference = {
deviceArn: 'deviceArn',
deviceId: 'deviceId',
globalNetworkId: 'globalNetworkId',
};
Properties
Name | Type | Description |
---|---|---|
device | string | The ARN of the Device resource. |
device | string | The DeviceId of the Device resource. |
global | string | The GlobalNetworkId of the Device resource. |
deviceArn
Type:
string
The ARN of the Device resource.
deviceId
Type:
string
The DeviceId of the Device resource.
globalNetworkId
Type:
string
The GlobalNetworkId of the Device resource.