GetConnectionResult

data class GetConnectionResult(val arn: String, val awsDevice: String, val bandwidth: String, val id: String, val location: String, val name: String, val ownerAccountId: String, val partnerName: String, val providerName: String, val tags: Map<String, String>, val vlanId: String)

A collection of values returned by getConnection.

Constructors

Link copied to clipboard
constructor(arn: String, awsDevice: String, bandwidth: String, id: String, location: String, name: String, ownerAccountId: String, partnerName: String, providerName: String, tags: Map<String, String>, vlanId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the connection.

Link copied to clipboard

Direct Connect endpoint on which the physical connection terminates.

Link copied to clipboard

Bandwidth of the connection.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

AWS Direct Connect location where the connection is located.

Link copied to clipboard
Link copied to clipboard

ID of the AWS account that owns the connection.

Link copied to clipboard

The name of the AWS Direct Connect service provider associated with the connection.

Link copied to clipboard

Name of the service provider associated with the connection.

Link copied to clipboard

Map of tags for the resource.

Link copied to clipboard

The VLAN ID.