Annotation Interface Import


@Retention(RUNTIME) @Target(FIELD) public @interface Import
Annotation used by a Pulumi Cloud Provider Package to mark @see Resource input fields.

Note: this should just be placed on the field itself, not a setter or getter

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
     
    boolean
     
  • Element Details

    • name

      String name
      Default:
      ""
    • required

      boolean required
      Default:
      false
    • json

      boolean json
      Default:
      false