Values.SourceAuthSourceInformation about the authorization settings for CodeBuild to access the source code to be built.
type nonrec t = {type_ : SourceAuthType.t;The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
*)resource : String_.t option;The resource value that applies to the specified authorization type.
*)}