View Source Smokestack.Dsl.Attribute (smokestack v0.9.1)

The attribute DSL entity.

See d:Smokestack.factory.attribute for more information.

Summary

Types

@type t() :: %Smokestack.Dsl.Attribute{
  __identifier__: any(),
  generator:
    mfa()
    | (-> any())
    | (Ash.Resource.record() -> any())
    | (Ash.Resource.record(), keyword() -> any()),
  name: atom()
}