All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.asset.FileArchive Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package com.pulumi.asset;

import com.pulumi.core.internal.Constants;

/**
 * A FileArchive is a file-based archive, or a collection of file-based assets.  This can be a
 * raw directory or a single archive file in one of the supported formats(.tar, .tar.gz, or .zip).
 */
public final class FileArchive extends Archive {
    public FileArchive(String path) {
        super(Constants.AssetOrArchivePathName, path);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy