AWS::AppRunner::Service CodeRepository - AWS CloudFormation

AWS::AppRunner::Service CodeRepository

Describes a source code repository.

Syntax

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

Properties

CodeConfiguration

Configuration for building and running the service from a source code repository.

Note

CodeConfiguration is required only for CreateService request.

Required: No

Type: CodeConfiguration

Update requires: No interruption

RepositoryUrl

The location of the repository that contains the source code.

Required: Yes

Type: String

Minimum: 0

Maximum: 51200

Pattern: .*

Update requires: No interruption

SourceCodeVersion

The version that should be used within the source code repository.

Required: Yes

Type: SourceCodeVersion

Update requires: No interruption