AWS Fundamentals Logo
AWS Fundamentals
AWS::CodeBuild::SourceCredential

CodeBuild SourceCredential

Resource Type definition for AWS::CodeBuild::SourceCredential

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthType
string
Required
ServerType
string
RequiredCreate-only
Token
string
Required
Username
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeBuild::SourceCredential

Resources:
  MyResource:
    Type: AWS::CodeBuild::SourceCredential
    Properties:
      ServerType: "value"
      Token: "value"
      AuthType: "value"

Get the CodeBuild Cheat Sheet

Everything you need to know about CodeBuild on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCodeBuild
Properties5
Required3
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ServerType

Related Resources

External Links