AWS Fundamentals Logo
AWS Fundamentals
AWS::DevOpsAgent::PrivateConnection

DevOpsAgent PrivateConnection

Resource Type definition for AWS::DevOpsAgent::PrivateConnection

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectionConfiguration
ConnectionConfiguration
RequiredCreate-only
Name
string
RequiredCreate-only
Certificate
string
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the Private Connection.
CertificateExpiryTimestringThe expiry time of the certificate associated with the Private Connection.
StatusstringThe status of the Private Connection.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

aidevops:CreatePrivateConnectionaidevops:DescribePrivateConnectionaidevops:TagResourceaidevops:ListTagsForResourceec2:DescribeVpcsiam:CreateServiceLinkedRolevpc-lattice:AssociateViaServicevpc-lattice:AssociateViaAWSServicevpc-lattice:GetResourceConfigurationvpc-lattice:CreateServiceNetworkResourceAssociation

read

aidevops:DescribePrivateConnectionaidevops:ListTagsForResource

update

aidevops:UpdatePrivateConnectionCertificateaidevops:DescribePrivateConnectionaidevops:TagResourceaidevops:UntagResourceaidevops:ListTagsForResource

delete

aidevops:DeletePrivateConnectionaidevops:DescribePrivateConnection

list

aidevops:ListPrivateConnections

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDevOpsAgent
Properties7
Required2
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameConnectionConfiguration

External Links