Values.NetworkMigrationCodeGenerationArtifactSourceAn artifact generated during code generation, such as a CloudFormation template or Terraform file.
type nonrec t = {artifactID : NetworkMigrationCodeGenerationArtifactID.t option;The unique identifier of the artifact.
*)artifactType : NetworkMigrationCodeGenerationArtifactType.t option;The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.
*)artifactSubType : NetworkMigrationCodeGenerationArtifactSubType.t option;The sub-type of the artifact for further classification.
*)logicalID : LogicalID.t option;The logical identifier for the artifact.
*)outputS3Configuration : S3Configuration.t option;The S3 location where the artifact is stored.
*)checksum : Checksum.t option;The checksum of the artifact for integrity verification.
*)createdAt : Timestamp.t option;The timestamp when the artifact was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NetworkMigrationCodeGenerationArtifactID.t
| `Structure of
(string * [> `Enum of string | `String of S3BucketName.t ]) list
| `Timestamp of Timestamp.t ])
list ]