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,urlforpostgres.host,port,password,urlforredis.host,ports(comma-separated) forcontaineranddockerfile.
Aliased Typeยง
pub struct ResourceOutputs { /* private fields */ }