AWS::ServiceCatalog::CloudFormationProduct CodeStarParameters - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ServiceCatalog::CloudFormationProduct CodeStarParameters

The subtype containing details about the Codestar connection Type.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ArtifactPath" : String, "Branch" : String, "ConnectionArn" : String, "Repository" : String }

YAML

ArtifactPath: String Branch: String ConnectionArn: String Repository: String

Properties

ArtifactPath

The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."

Required: Yes

Type: String

Minimum: 1

Maximum: 4096

Update requires: No interruption

Branch

The specific branch where the artifact resides.

Required: Yes

Type: String

Minimum: 1

Maximum: 250

Update requires: No interruption

ConnectionArn

The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.

Required: Yes

Type: String

Pattern: arn:[a-z0-9][-.a-z0-9]{0,62}:(codestar-connections|codeconnections):([a-z0-9][-.a-z0-9]{0,62})?:([a-z0-9][-.a-z0-9]{0,62})?:[^/].{0,1023}$

Minimum: 1

Maximum: 1224

Update requires: No interruption

Repository

The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption