Connect Attachment Args
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)