Annotation Type CustomType.Parameter


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public static @interface CustomType.Parameter
    Annotation used by a Pulumi Cloud Provider Package to marks a constructor parameter for a complex property type so that it can be instantiated by the Pulumi runtime.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      We need to know the name of a constructor parameter, and unfortunately Java compiler does not give this information through reflection (by default)
    • Element Detail

      • value

        java.lang.String value
        We need to know the name of a constructor parameter, and unfortunately Java compiler does not give this information through reflection (by default)
        Returns:
        name of a constructor parameter