AWS::Proton::EnvironmentAccountConnectionResource Schema describing various properties for AWS Proton Environment Account Connections resources.
7 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CodebuildRoleArn | string | |
ComponentRoleArn | string | |
EnvironmentAccountId | string | |
EnvironmentName | string | |
ManagementAccountId | string | |
RoleArn | string | |
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 environment account connection. |
Id | string | The ID of the environment account connection. |
Status | string | The status of the environment account connection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Proton::EnvironmentAccountConnection
Resources:
MyResource:
Type: AWS::Proton::EnvironmentAccountConnection
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
proton:CreateEnvironmentAccountConnectionproton:TagResourceiam:PassRoleproton:ListTagsForResourceproton:GetEnvironmentAccountConnectionproton:GetEnvironmentAccountConnectionproton:ListTagsForResourceiam:PassRoleproton:GetEnvironmentAccountConnectionproton:CreateEnvironmentAccountConnectionproton:ListTagsForResourceproton:TagResourceproton:UntagResourceproton:UpdateEnvironmentAccountConnectioniam:PassRoleproton:GetEnvironmentAccountConnectionproton:DeleteEnvironmentAccountConnectionproton:UntagResourceiam:PassRoleproton:ListTagsForResourceproton:GetEnvironmentAccountConnectionproton:ListEnvironmentAccountConnectionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn