Show / Hide Table of Contents

Class StringAsset

StringAsset is a kind of asset produced from an in-memory UTF8-encoded string.

Inheritance
object
AssetOrArchive
Asset
StringAsset
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 StringAsset : Asset

Constructors

View Source

StringAsset(string)

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