AWS::DevOpsAgent::PrivateConnectionResource Type definition for AWS::DevOpsAgent::PrivateConnection
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectionConfiguration | ConnectionConfiguration | RequiredCreate-only |
Name | string | RequiredCreate-only |
Certificate | string | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the Private Connection. |
CertificateExpiryTime | string | The expiry time of the certificate associated with the Private Connection. |
Status | string | The status of the Private Connection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsAgent::PrivateConnection
Resources:
MyResource:
Type: AWS::DevOpsAgent::PrivateConnection
Properties:
Name: "my-name"
ConnectionConfiguration: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
aidevops:CreatePrivateConnectionaidevops:DescribePrivateConnectionaidevops:TagResourceaidevops:ListTagsForResourceec2:DescribeVpcsiam:CreateServiceLinkedRolevpc-lattice:AssociateViaServicevpc-lattice:AssociateViaAWSServicevpc-lattice:GetResourceConfigurationvpc-lattice:CreateServiceNetworkResourceAssociationaidevops:DescribePrivateConnectionaidevops:ListTagsForResourceaidevops:UpdatePrivateConnectionCertificateaidevops:DescribePrivateConnectionaidevops:TagResourceaidevops:UntagResourceaidevops:ListTagsForResourceaidevops:DeletePrivateConnectionaidevops:DescribePrivateConnectionaidevops:ListPrivateConnectionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameConnectionConfiguration