Values.AwsCodeBuildProjectArtifactsDetailsSourceInformation about the build artifacts for the CodeBuild project.
type nonrec t = {artifactIdentifier : NonEmptyString.t option;An identifier for the artifact definition.
*)encryptionDisabled : Boolean.t option;Indicates whether to disable encryption on the artifact. Only valid when Type is S3.
*)location : NonEmptyString.t option;Only used when Type is S3. The name of the S3 bucket where the artifact is located.
*)name : NonEmptyString.t option;Only used when Type is S3. The name of the artifact. Used with NamepaceType and Path to determine the pattern for storing the artifact.
*)namespaceType : NonEmptyString.t option;Only used when Type is S3. The value to use for the namespace. Used with Name and Path to determine the pattern for storing the artifact.
*)overrideArtifactName : Boolean.t option;Whether the name specified in the buildspec file overrides the artifact name.
*)packaging : NonEmptyString.t option;Only used when Type is S3. The type of output artifact to create.
*)path : NonEmptyString.t option;Only used when Type is S3. The path to the artifact. Used with Name and NamespaceType to determine the pattern for storing the artifact.
*)type_ : NonEmptyString.t option;The type of build artifact.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]