Values.S3ApplicationCodeLocationDescriptionSourceDescribes the location of an application's code stored in an S3 bucket.
type nonrec t = {bucketARN : BucketARN.t option;The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
*)fileKey : FileKey.t option;The file key for the object containing the application code.
*)objectVersion : ObjectVersion.t option;The version of the object containing the application code.
*)}