AWS Fundamentals Logo
AWS Fundamentals
AWS::Proton::EnvironmentAccountConnection

Proton EnvironmentAccountConnection

Resource Schema describing various properties for AWS Proton Environment Account Connections resources.

Properties

7 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CodebuildRoleArn
string
ComponentRoleArn
string
EnvironmentAccountId
string
EnvironmentName
string
ManagementAccountId
string
RoleArn
string
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 environment account connection.
IdstringThe ID of the environment account connection.
StatusstringThe status of the environment account 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::Proton::EnvironmentAccountConnection

Resources:
  MyResource:
    Type: AWS::Proton::EnvironmentAccountConnection
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

proton:CreateEnvironmentAccountConnectionproton:TagResourceiam:PassRoleproton:ListTagsForResourceproton:GetEnvironmentAccountConnection

read

proton:GetEnvironmentAccountConnectionproton:ListTagsForResourceiam:PassRoleproton:GetEnvironmentAccountConnection

update

proton:CreateEnvironmentAccountConnectionproton:ListTagsForResourceproton:TagResourceproton:UntagResourceproton:UpdateEnvironmentAccountConnectioniam:PassRoleproton:GetEnvironmentAccountConnection

delete

proton:DeleteEnvironmentAccountConnectionproton:UntagResourceiam:PassRoleproton:ListTagsForResourceproton:GetEnvironmentAccountConnection

list

proton:ListEnvironmentAccountConnections

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

ServiceProton
Properties10
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links