Skip to main content

ResourceOutputs

Type Alias ResourceOutputs 

Source
pub type ResourceOutputs = IndexMap<String, String>;
Expand description

Properties a managed resource exposes to its dependents.

Keys follow the conventions documented in docs/spec/manifest-v0.md:

  • host, port, database, user, password, url for postgres.
  • host, port, password, url for redis.
  • host, ports (comma-separated) for container and dockerfile.

Aliased Typeยง

pub struct ResourceOutputs { /* private fields */ }