ConnectPeer

class ConnectPeer : KotlinCustomResource

Resource for managing an AWS NetworkManager Connect Peer. {{% examples %}}

Example Usage

{{% /examples %}}

Import

aws_networkmanager_connect_peer can be imported using the connect peer ID, e.g.

$ pulumi import aws:networkmanager/connectPeer:ConnectPeer example connect-peer-061f3e96275db1acc

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the attachment.

Link copied to clipboard

The Connect peer BGP options.

Link copied to clipboard

The configuration of the Connect peer.

Link copied to clipboard

The ID of the connection attachment.

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

A Connect peer core network address.

Link copied to clipboard
val coreNetworkId: Output<String>

The ID of a core network.

Link copied to clipboard
val createdAt: Output<String>
Link copied to clipboard
val edgeLocation: Output<String>

The Region where the peer is located.

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

The inside IP addresses used for BGP peering.

Link copied to clipboard
val peerAddress: Output<String>

The Connect peer address. The following arguments are optional:

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

The state of the Connect peer.

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
val urn: Output<String>