

# ConnectPeer
<a name="API_ConnectPeer"></a>

Describes a core network Connect peer.

## Contents
<a name="API_ConnectPeer_Contents"></a>

 ** Configuration **   <a name="networkmanager-Type-ConnectPeer-Configuration"></a>
The configuration of the Connect peer.  
Type: [ConnectPeerConfiguration](API_ConnectPeerConfiguration.md) object  
Required: No

 ** ConnectAttachmentId **   <a name="networkmanager-Type-ConnectPeer-ConnectAttachmentId"></a>
The ID of the attachment to connect.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 50.  
Pattern: `^attachment-([0-9a-f]{8,17})$`   
Required: No

 ** ConnectPeerId **   <a name="networkmanager-Type-ConnectPeer-ConnectPeerId"></a>
The ID of the Connect peer.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 50.  
Pattern: `^connect-peer-([0-9a-f]{8,17})$`   
Required: No

 ** CoreNetworkId **   <a name="networkmanager-Type-ConnectPeer-CoreNetworkId"></a>
The ID of a core network.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 50.  
Pattern: `^core-network-([0-9a-f]{8,17})$`   
Required: No

 ** CreatedAt **   <a name="networkmanager-Type-ConnectPeer-CreatedAt"></a>
The timestamp when the Connect peer was created.  
Type: Timestamp  
Required: No

 ** EdgeLocation **   <a name="networkmanager-Type-ConnectPeer-EdgeLocation"></a>
The Connect peer Regions where edges are located.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[\s\S]*`   
Required: No

 ** LastModificationErrors **   <a name="networkmanager-Type-ConnectPeer-LastModificationErrors"></a>
Describes the error associated with the attachment request.  
Type: Array of [ConnectPeerError](API_ConnectPeerError.md) objects  
Array Members: Minimum number of 0 items. Maximum number of 20 items.  
Required: No

 ** State **   <a name="networkmanager-Type-ConnectPeer-State"></a>
The state of the Connect peer.  
Type: String  
Valid Values: `CREATING | FAILED | AVAILABLE | DELETING`   
Required: No

 ** SubnetArn **   <a name="networkmanager-Type-ConnectPeer-SubnetArn"></a>
The subnet ARN for the Connect peer. This only applies only when the protocol is NO\$1ENCAP.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 500.  
Pattern: `^arn:[^:]{1,63}:ec2:[^:]{0,63}:[^:]{0,63}:subnet\/subnet-[0-9a-f]{8,17}$|^$`   
Required: No

 ** Tags **   <a name="networkmanager-Type-ConnectPeer-Tags"></a>
The list of key-value tags associated with the Connect peer.  
Type: Array of [Tag](API_Tag.md) objects  
Required: No

## See Also
<a name="API_ConnectPeer_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/networkmanager-2019-07-05/ConnectPeer) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/networkmanager-2019-07-05/ConnectPeer) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/networkmanager-2019-07-05/ConnectPeer) 