ProjectSourceAuthArgs

data class ProjectSourceAuthArgs(val resource: Output<String>, val type: Output<String>) : ConvertibleToJava<ProjectSourceAuthArgs>

Constructors

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

Properties

Link copied to clipboard
val resource: Output<String>

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
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ProjectSourceAuthArgs