# Packages
No description provided by the author
# Functions
GenerateTemplate retreives an example template for a given resource type.
GetSchema retreives the schema for a given resource type.
List makes a request against the API to list available resource types.
# Constants
BooleanProperty indicates a boolean property type.
IntegerProperty indicates an integer property type.
ListProperty indicates a list property type.
MapProperty indicates a map property type.
NumberProperty indicates a number property type.
StringProperty indicates a string property type.
SupportStatusDeprecated indicates a resource type that is in the process being removed, and may or may not be replaced by something else.
SupportStatusHidden indicates a resource type that has been removed.
SupportStatusSupported indicates a resource type that is expected to work.
SupportStatusUnknown is returned when the resource type does not have a support status.
SupportStatusUnsupported indicates a resource type that is provided for preview or other purposes and should not be relied upon.
No description provided by the author
No description provided by the author
UntypedProperty indicates a property that could have any type.
# Structs
AttributeSchema is the schema of a resource attribute.
ConstraintSchema describes all possible types of constraints.
GenerateTemplateOpts allows the filtering of collections through the API.
GetSchemaResult represents the result of a GetSchema operation.
ListOpts allows the filtering of collections through the API.
ListResult represents the result of a List operation.
MinMaxConstraint is a type of constraint with minimum and maximum values.
ModuloConstraint constrains an integer to have a certain value given a particular modulus.
PropertySchema is the schema of a resource property.
ResourceSchema is the schema for a resource type, its attributes, and properties.
ResourceTypeSummary contains the result of listing an available resource type.
SupportStatusDetails contains information about the support status of the resource and its history.
TemplateResult represents the result of a Template get operation.
# Interfaces
GenerateTemplateOptsBuilder allows extensions to add additional parameters to the GenerateTemplate request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
# Type aliases
No description provided by the author
PropertyType represents the expected type of a property or attribute value.
SupportStatus is a type for specifying by which support status to filter the list of resource types.