# Functions

No description provided by the author
BuildProduct is used to get the product infomation of a resource or data source.
No description provided by the author
No description provided by the author
No description provided by the author
JsonMarshalIndent is similar to json.MarshalIndent, but without escaping.

# Constants

No description provided by the author
No description provided by the author
NestingInvalid indicates that the mode of block is invalid.
NestingList indicates that multiple blocks of the given type are permitted, with no labels, and that their corresponding objects should be provided in a list.
NestingMap indicates that multiple blocks of the given type are permitted, each with a single label, and that their corresponding objects should be provided in a map whose keys are the labels.
NestingObject indicates that only a single instance of a given block type is permitted, with no labels, and its content should be provided directly as an object value.
NestingSet indicates that multiple blocks of the given type are permitted, with no labels, and that their corresponding objects should be provided in a set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ResourceDescriptionBuilder converts helper/schema.Resource Descriptions to Block Descriptions at the resource top level.
SchemaDescriptionBuilder converts helper/schema.Schema Descriptions to Attribute and Block Descriptions.

# Structs

Attribute represents a configuration attribute, within a block.
Block represents a configuration block.
NestedBlock represents the embedding of one block within another.
Product represents a cloud service catalog block.
No description provided by the author
Providers is the top-level object returned when exporting provider schemas.
No description provided by the author
No description provided by the author

# Type aliases

NestingMode is an enumeration of modes for nesting blocks inside other blocks.