Package com.pulumi.core.annotations
Annotation Type Export
-
@Retention(RUNTIME) @Target(FIELD) public @interface Export
Annotation used by a markResource
output properties.Use this annotation in your Pulumi programs to mark outputs of
ComponentResource
.
Requirements:
-
-
Element Detail
-
name
java.lang.String name
- Returns:
- the exported output name of the annotated @see
Output
If not set, the name of the annotated field will be used.
- Default:
- ""
-
-
-
tree
java.lang.String tree
- Returns:
- the generic type parameter tree shape of the annotated @see
Output
- Default:
- ""
-
-
-
refs
java.lang.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:
- {}
-
-