MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / PulumiResourceDef

Struct PulumiResourceDef

internal/api/models.go:144–148  ·  view source on GitHub ↗

PulumiResourceDef describes how to decode a Pulumi resource type for pricing.

Source from the content-addressed store, hash-verified

142
143// PulumiResourceDef describes how to decode a Pulumi resource type for pricing.
144type PulumiResourceDef struct {
145 Provider string `json:"provider"`
146 Product string `json:"product,omitempty"`
147 Attrs map[string]PulumiAttrMapping `json:"attrs"`
148}
149
150// PulumiAttrMapping maps a canonical pricing attribute to a Pulumi input field.
151type PulumiAttrMapping struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected