---
type: resource-type
title: PrivateConnection
description: aws resource type AWS::DevOpsAgent::PrivateConnection
name: PrivateConnection
lexicon: aws
resource_type: AWS::DevOpsAgent::PrivateConnection
---
`AWS::DevOpsAgent::PrivateConnection`, a resource type of the aws lexicon.

## Properties

- `ConnectionConfiguration` (`Record<string, unknown>`, required): The connection configuration for the Private Connection.
- `Name` (`string`, required): Unique name for this Private Connection within the account.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the Private Connection.
- `Certificate` (`string`, optional): Certificate for the Private Connection.
- `CertificateExpiryTime` (`string`, optional): The expiry time of the certificate associated with the Private Connection.
- `Status` (`"ACTIVE" | "CREATE_FAILED" | "CREATE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_IN_PROGRESS"`, optional): The status of the Private Connection.
- `Tags` (`PrivateConnection_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
- `CertificateExpiryTime`
- `Status`
