Annotation Type 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 json  
      java.lang.String name  
      boolean required  
    • Element Detail

      • name

        java.lang.String name
        Default:
        ""
      • required

        boolean required
        Default:
        false
      • json

        boolean json
        Default:
        false