RegistryDocsTypeRef
A reference to a type, either local (within the same package) or remote (in another package). For local types the type token matches a supportingTypes entry. For remote types, package and version identify the external package.
Properties
typeTokenstring requiredThe Pulumi type token of the referenced type.packagestring optionalThe package identifier for remote types (e.g. ‘pulumi/pulumi/aws’). Absent for local types within the same package.versionstring optionalThe version of the remote package. Absent for local types.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.