ConnectAttachmentArgs

data class ConnectAttachmentArgs(val coreNetworkId: Output<String>? = null, val edgeLocation: Output<String>? = null, val options: Output<ConnectAttachmentOptionsArgs>? = null, val proposedSegmentChange: Output<ConnectAttachmentProposedSegmentChangeArgs>? = null, val tags: Output<List<ConnectAttachmentTagArgs>>? = null, val transportAttachmentId: Output<String>? = null) : ConvertibleToJava<ConnectAttachmentArgs>

AWS::NetworkManager::ConnectAttachment Resource Type Definition

Constructors

Link copied to clipboard
fun ConnectAttachmentArgs(coreNetworkId: Output<String>? = null, edgeLocation: Output<String>? = null, options: Output<ConnectAttachmentOptionsArgs>? = null, proposedSegmentChange: Output<ConnectAttachmentProposedSegmentChangeArgs>? = null, tags: Output<List<ConnectAttachmentTagArgs>>? = null, transportAttachmentId: Output<String>? = null)

Functions

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

Properties

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

ID of the CoreNetwork that the attachment will be attached to.

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

Edge location of the attachment.

Link copied to clipboard

Protocol options for connect attachment

Link copied to clipboard

The attachment to move from one segment to another.

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

Tags for the attachment.

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

Id of transport attachment