GetLinkResult

data class GetLinkResult(val arn: String, val bandwidths: List<GetLinkBandwidth>, val description: String, val globalNetworkId: String, val id: String, val linkId: String, val providerName: String, val siteId: String, val tags: Map<String, String>, val type: String)

A collection of values returned by getLink.

Constructors

Link copied to clipboard
constructor(arn: String, bandwidths: List<GetLinkBandwidth>, description: String, globalNetworkId: String, id: String, linkId: String, providerName: String, siteId: String, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the link.

Link copied to clipboard

Upload speed and download speed of the link as documented below

Link copied to clipboard

Description of the link.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Provider of the link.

Link copied to clipboard

ID of the site.

Link copied to clipboard

Key-value tags for the link.

Link copied to clipboard

Type of the link.