| CustomType |
Annotation used by a Pulumi Cloud Provider Package to mark complex types used for a Resource
output property.
|
| CustomType.Builder |
Annotation used by a Pulumi provider to mark a builder for a complex
property type so that it can be instantiated by the Pulumi runtime.
|
| CustomType.Setter |
Annotation used by a Pulumi provider to mark a setter for a complex
property type so that it can be instantiated by the Pulumi runtime.
|
| EnumType |
Annotation used by a Pulumi Cloud Provider Package to mark enum types.
|
| EnumType.Converter |
Annotation used to mark an explicit converter method that converts the enum type to the underlying type.
|
| Export |
Annotation used by a mark Resource output properties.
|
| Import |
Annotation used by a Pulumi Cloud Provider Package
to mark @see Resource input fields.
|
| ResourceType |
|