LinkAssociationArgs

data class LinkAssociationArgs(val deviceId: Output<String>? = null, val globalNetworkId: Output<String>? = null, val linkId: Output<String>? = null) : ConvertibleToJava<LinkAssociationArgs>

The AWS::NetworkManager::LinkAssociation type associates a link to a device. The device and link must be in the same global network and the same site.

Constructors

Link copied to clipboard
constructor(deviceId: Output<String>? = null, globalNetworkId: Output<String>? = null, linkId: Output<String>? = null)

Properties

Link copied to clipboard
val deviceId: Output<String>? = null

The ID of the device

Link copied to clipboard
val globalNetworkId: Output<String>? = null

The ID of the global network.

Link copied to clipboard
val linkId: Output<String>? = null

The ID of the link

Functions

Link copied to clipboard
open override fun toJava(): LinkAssociationArgs