AWS::CodeBuild::SourceCredentialResource Type definition for AWS::CodeBuild::SourceCredential
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthType | string | Required |
ServerType | string | RequiredCreate-only |
Token | string | Required |
Username | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeBuild::SourceCredential
Resources:
MyResource:
Type: AWS::CodeBuild::SourceCredential
Properties:
ServerType: "value"
Token: "value"
AuthType: "value"Everything you need to know about CodeBuild on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServerType