Package com.pulumi.core.annotations
Annotation Interface Export
Annotation used by a mark
Resource output properties.
Use this annotation in your Pulumi programs to mark outputs of ComponentResource.
Requirements:
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name- Returns:
- the exported output name of the annotated @see
OutputIf not set, the name of the annotated field will be used.
- Default:
- ""
-
tree
String tree- Returns:
- the generic type parameter tree shape of the annotated @see
Output
- Default:
- ""
-
refs
Class<?>[] refs- Returns:
- the generic type parameters of the @see
tree()If not set, the assumption is that this is not a generic type.
- Default:
- {}
-