source property

Output source
latefinal

An asset or an archive to upload as the source of the copy. It must be a FileAsset, StringAsset, or a FileArchive. The item will be copied as-is; archives like .tgz will not be unpacked. Directories are copied recursively, overwriting existing files.

Implementation

late final pulumi.Output<dynamic> source;