ConnectAttachmentArgs

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

AWS::NetworkManager::ConnectAttachment Resource Type Definition

Constructors

Link copied to clipboard
constructor(coreNetworkId: Output<String>? = null, edgeLocation: Output<String>? = null, networkFunctionGroupName: Output<String>? = null, options: Output<ConnectAttachmentOptionsArgs>? = null, proposedNetworkFunctionGroupChange: Output<ConnectAttachmentProposedNetworkFunctionGroupChangeArgs>? = null, proposedSegmentChange: Output<ConnectAttachmentProposedSegmentChangeArgs>? = null, tags: Output<List<TagArgs>>? = null, transportAttachmentId: Output<String>? = null)

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
val networkFunctionGroupName: Output<String>? = null

The name of the network function group attachment.

Link copied to clipboard

Protocol options for connect attachment

Link copied to clipboard

The attachment to move from one network function group to another.

Link copied to clipboard

The attachment to move from one segment to another.

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

Tags for the attachment.

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

Id of transport attachment

Functions

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