LinkArgs

data class LinkArgs(val bandwidth: Output<LinkBandwidthArgs>? = null, val description: Output<String>? = null, val globalNetworkId: Output<String>? = null, val provider: Output<String>? = null, val siteId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<LinkArgs>

The AWS::NetworkManager::Link type describes a link.

Constructors

Link copied to clipboard
constructor(bandwidth: Output<LinkBandwidthArgs>? = null, description: Output<String>? = null, globalNetworkId: Output<String>? = null, provider: Output<String>? = null, siteId: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val bandwidth: Output<LinkBandwidthArgs>? = null

The Bandwidth for the link.

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

The description of the link.

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

The ID of the global network.

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

The provider of the link.

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

The ID of the site

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the link.

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

The type of the link.

Functions

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