Connect Attachment Args
data class ConnectAttachmentArgs(val coreNetworkId: Output<String>? = null, val edgeLocation: Output<String>? = null, val options: Output<ConnectAttachmentOptionsArgs>? = null, val tags: Output<Map<String, String>>? = null, val transportAttachmentId: Output<String>? = null) : ConvertibleToJava<ConnectAttachmentArgs>
Resource for managing an AWS NetworkManager ConnectAttachment. {{% examples %}}
Example Usage
{{% /examples %}}
Import
aws_networkmanager_connect_attachment
can be imported using the attachment ID, e.g.
$ pulumi import aws:networkmanager/connectAttachment:ConnectAttachment example attachment-0f8fa60d2238d1bd8
Content copied to clipboard
Properties
Link copied to clipboard
The ID of a core network where you want to create the attachment.
Link copied to clipboard
The Region where the edge is located.
Link copied to clipboard
Options for creating an attachment. The following arguments are optional:
Link copied to clipboard
The ID of the attachment between the two connections.