GetConnectionResult

data class GetConnectionResult(val arn: String, val connectedDeviceId: String, val connectedLinkId: String, val connectionId: String, val description: String, val deviceId: String, val globalNetworkId: String, val id: String, val linkId: String, val tags: Map<String, String>)

A collection of values returned by getConnection.

Constructors

Link copied to clipboard
constructor(arn: String, connectedDeviceId: String, connectedLinkId: String, connectionId: String, description: String, deviceId: String, globalNetworkId: String, id: String, linkId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the connection.

Link copied to clipboard

ID of the second device in the connection.

Link copied to clipboard

ID of the link for the second device.

Link copied to clipboard
Link copied to clipboard

Description of the connection.

Link copied to clipboard

ID of the first device in the connection.

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

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ID of the link for the first device.

Link copied to clipboard

Key-value tags for the connection.