AWS::CodeCommit::RepositoryResource Type definition for AWS::CodeCommit::Repository
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RepositoryName | string | Required |
Code | Code | |
KmsKeyId | string | |
RepositoryDescription | string | |
Tags | Array<Tag> | |
Triggers | Array<RepositoryTrigger> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CloneUrlHttp | string | - |
CloneUrlSsh | string | - |
Id | string | - |
Name | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeCommit::Repository
Resources:
MyResource:
Type: AWS::CodeCommit::Repository
Properties:
RepositoryName: "my-repositoryname"
Tags:
- Key: Environment
Value: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId