AWS credentials for accessing AWS CodeBuild.

If you configure an IAM role or select an IAM User here, ensure that it includes the following policy statements:ß

[
  {
    "Effect": "Allow",
    "Resource": "*",
    "Action": 
      - "codebuild:List*"
      - "codebuild:Describe*"
      - "codebuild:Get*"
      - "codebuild:StartBuild"
      - "codebuild:StopBuild"
      - "codebuild:BatchGet*"
  }
]