ProjectSourceAuth

data class ProjectSourceAuth(val resource: String, val type: String)

Constructors

Link copied to clipboard
constructor(resource: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the resource to use for authentication. For type CODECONNECTIONS this should be an AWS CodeStar Connection. For type SECRETS_MANAGER this should be an AWS Secrets Manager secret.

Link copied to clipboard

The type of authentication AWS CodeBuild should perform. Valid values are CODECONNECTIONS and SECRETS_MANAGER.