ConnectAttachment

class ConnectAttachment : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the attachment.

Link copied to clipboard
val attachmentId: Output<String>
Link copied to clipboard

The policy rule number associated with the attachment.

Link copied to clipboard
val attachmentType: Output<String>

The type of attachment.

Link copied to clipboard
val coreNetworkArn: Output<String>

The ARN of a core network.

Link copied to clipboard
val coreNetworkId: Output<String>

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

Link copied to clipboard
val edgeLocation: Output<String>

The Region where the edge is located.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Options for creating an attachment. The following arguments are optional:

Link copied to clipboard
val ownerAccountId: Output<String>

The ID of the attachment account owner.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceArn: Output<String>

The attachment resource ARN.

Link copied to clipboard
val segmentName: Output<String>

The name of the segment attachment.

Link copied to clipboard
val state: Output<String>

The state of the attachment.

Link copied to clipboard
val tags: Output<Map<String, String>>?

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 tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard

The ID of the attachment between the two connections.

Link copied to clipboard
val urn: Output<String>