ConnectAttachmentArgs

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

Constructors

Link copied to clipboard
constructor(coreNetworkId: Output<String>? = null, edgeLocation: Output<String>? = null, options: Output<ConnectAttachmentOptionsArgs>? = null, tags: Output<Map<String, String>>? = null, transportAttachmentId: Output<String>? = null)

Properties

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

The ID of a core network where you want to create the attachment.

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

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
val tags: Output<Map<String, String>>? = null

Key-value tags for the attachment. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

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

The ID of the attachment between the two connections.

Functions

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