View Source Smokestack.Dsl.Factory (smokestack v0.5.0-rc.0)

The factory DSL entity.

See d:Smokestack.factory for more information.

Summary

Types

@type t() :: %Smokestack.Dsl.Factory{
  __identifier__: any(),
  attributes: [Smokestack.Dsl.Attribute.t()],
  domain: nil,
  module: module(),
  resource: Ash.Resource.t(),
  variant: atom()
}