Values.AwsCodeBuildProjectDetailsSourceInformation about an CodeBuild project.
type nonrec t = {encryptionKey : NonEmptyString.t option;The KMS key used to encrypt the build output artifacts. You can specify either the ARN of the KMS key or, if available, the KMS key alias (using the format alias/alias-name).
*)artifacts : AwsCodeBuildProjectArtifactsList.t option;Information about the build artifacts for the CodeBuild project.
*)environment : AwsCodeBuildProjectEnvironment.t option;Information about the build environment for this build project.
*)name : NonEmptyString.t option;The name of the build project.
*)source : AwsCodeBuildProjectSource.t option;Information about the build input source code for this build project.
*)serviceRole : NonEmptyString.t option;The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.
*)logsConfig : AwsCodeBuildProjectLogsConfigDetails.t option;Information about logs for the build project.
*)vpcConfig : AwsCodeBuildProjectVpcConfig.t option;Information about the VPC configuration that CodeBuild accesses.
*)secondaryArtifacts : AwsCodeBuildProjectArtifactsList.t option;Information about the secondary artifacts for the CodeBuild project.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ])
list ]