Annotation Type CustomType


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface CustomType
    Annotation used by a Pulumi Cloud Provider Package to mark complex types used for a Resource output property.

    A complex type must have a single constructor marked with the @see CustomType.Constructor annotation.