Show / Hide Table of Contents

Class FileAsset

FileAsset is a kind of asset produced from a given path to a file on the local filesystem.

Inheritance
object
AssetOrArchive
Asset
FileAsset
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public sealed class FileAsset : Asset

Constructors

View Source

FileAsset(string)

Declaration
public FileAsset(string path)
Parameters
Type Name Description
string path
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.