AWS::CodeStarConnections::ConnectionSchema for AWS::CodeStarConnections::Connection resource which can be used to connect external source providers with AWS CodePipeline
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectionName | string | RequiredCreate-only |
HostArn | string | Create-only |
ProviderType | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConnectionArn | string | The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services. |
ConnectionStatus | string | The current status of the connection. |
OwnerAccountId | string | The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeStarConnections::Connection
Resources:
MyResource:
Type: AWS::CodeStarConnections::Connection
Properties:
ConnectionName: "my-connectionname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
codestar-connections:CreateConnectioncodestar-connections:TagResourcecodestar-connections:GetConnectioncodestar-connections:ListTagsForResourcecodestar-connections:ListTagsForResourcecodestar-connections:TagResourcecodestar-connections:UntagResourcecodestar-connections:DeleteConnectioncodestar-connections:ListConnectionscodestar-connections:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConnectionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectionNameProviderTypeHostArn