besom.internal

package besom.internal

Members list

Type members

Classlikes

trait ArgsEncoder[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ArgsEncoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait BesomSyntax
class Object
trait Matchable
class Any
Known subtypes
object Pulumi.type
trait BesomSyntax

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BesomModule
object Pulumi.type
object CodecMacros

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ComponentBase(urn: Output[URN]) extends Resource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Context
trait TaskTracker
class Object
trait Matchable
class Any

Attributes

Supertypes
trait Resource
class Object
trait Matchable
class Any
Known subtypes
class Stack

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class Config

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Config

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Config.type
object Constants

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Constants.type
trait Context extends TaskTracker

Attributes

Companion
object
Supertypes
trait TaskTracker
class Object
trait Matchable
class Any
Known subtypes
object Context

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Context.type

Attributes

Supertypes
trait Context
trait TaskTracker
class Object
trait Matchable
class Any
trait CustomResource extends Resource

Attributes

Supertypes
trait Resource
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CustomResourceOptions.type

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Debug(name: FullName, file: File, line: Line)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Debug

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Debug.type
trait Decoder[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Decoder_Boolean.type
object given_Decoder_Double.type
object given_Decoder_Value.type
object jsonDecoder.type
object stringDecoder.type
object urnDecoder.type
Show all
Self type
Decoder[A]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
Decoder.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decoder.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decoder.type

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class DependencyResource(urn: Output[URN]) extends Resource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait BesomSyntax
class Object
trait Matchable
class Any
Known subtypes
trait BesomModule
object Pulumi.type
case class EmptyArgs()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Encoder[A]

ArgsEncoder - this is a separate typeclass required for serialization of top-level *Args classes

ArgsEncoder - this is a separate typeclass required for serialization of top-level *Args classes

ProviderArgsEncoder - this is a separate typeclass required for serialization of top-level ProviderArgs classes that have all fields serialized as JSON strings

JsonEncoder - this is a separate typeclass required for json-serialized fields of ProviderArgs

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Encoder_Boolean.type
object given_Encoder_Double.type
object given_Encoder_Int.type
object given_Encoder_Value.type
object idEncoder.type
object jsonEncoder.type
object stringEncoder.type
object urnEncoder.type
Show all
Self type
Encoder[A]
object Encoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type
trait Engine

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EngineImpl
object Engine

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Engine.type
class EngineImpl(stub: EngineStub, closeFn: () => Result[Unit]) extends Engine

Attributes

Supertypes
trait Engine
class Object
trait Matchable
class Any
object Env

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Env.type
object Export extends Dynamic

Attributes

Supertypes
trait Dynamic
class Object
trait Matchable
class Any
Self type
Export.type
opaque object ExportsOpaque

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Fiber[+A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Fiber

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Fiber.type

Attributes

Supertypes
trait Runtime[Future]
class Object
trait Matchable
class Any
opaque object Input

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Input.type
case class InvokeOptions()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait JsonEncoder[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object JsonEncoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait Monitor

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class MonitorImpl
object Monitor

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Monitor.type

Attributes

Supertypes
trait Monitor
class Object
trait Matchable
class Any
class Output[+A]

Output is a wrapper for a monadic effect used to model async execution that allows Pulumi to track information about dependencies between resources and properties of data (whether it's known or a secret for instance).

Output is a wrapper for a monadic effect used to model async execution that allows Pulumi to track information about dependencies between resources and properties of data (whether it's known or a secret for instance).

Invariant: dataResult has to be registered in TaskTracker by the time it reaches the constructor here!

Value parameters

ctx

Context

dataResult

Effect of type Result[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Output

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Output.type
enum OutputData[+A]

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case Unknown
object OutputData

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
OutputData.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object OutputExtensions.type

These factory methods should be the only way to create Output instances in user code!

These factory methods should be the only way to create Output instances in user code!

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Output.type
trait Promise[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Promise

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Promise.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object ProtobufUtil

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait ProviderArgsEncoder[A] extends ArgsEncoder[A]

Attributes

Companion
object
Supertypes
trait ArgsEncoder[A]
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Resource
class Object
trait Matchable
class Any

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Queue[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Queue

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Queue.type

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Ref[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Ref

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Ref.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Resource

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class ResourceOps(using ctx: Context, mdc: MDC[Label])

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait ResourceOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait ResourceState

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Resources

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Resources

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Resources.type
enum Result[+A]

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case Fail
case BiFlatMap[B, A]
case Fork[A]
object Result

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RunInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RunInfo.type
trait Runtime[F[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Stack()(using x$1: ComponentBase) extends ComponentResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any
Show all
object Stack

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Stack.type

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait TaskTracker

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TaskTracker

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait WorkGroup

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object WorkGroup

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
WorkGroup.type
trait Zippable[-A, -B]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Zippable extends ZippableLowPrio

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Zippable.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Zippable.type
object logging

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
logging.type
object netty

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
netty.type

Types

opaque type Input[+A]

Extensions

Extensions

extension (rs: ResourceState)(rs: ResourceState)
def asLabel: Label

Exports

Defined exports

final val Exports: Exports.type
Exported from ExportsOpaque
final type Exports = Exports
Exported from ExportsOpaque$