Class InvokeOutputOptions

    • Constructor Detail

      • InvokeOutputOptions

        public InvokeOutputOptions​(@Nullable
                                   Resource parent,
                                   @Nullable
                                   ProviderResource provider,
                                   @Nullable
                                   java.lang.String version,
                                   @Nullable
                                   java.lang.String pluginDownloadURL,
                                   @Nullable
                                   java.util.List<Resource> dependsOn)
      • InvokeOutputOptions

        public InvokeOutputOptions​(@Nullable
                                   Resource parent,
                                   @Nullable
                                   ProviderResource provider,
                                   @Nullable
                                   java.lang.String version,
                                   @Nullable
                                   java.util.List<Resource> dependsOn)
      • InvokeOutputOptions

        public InvokeOutputOptions()
    • Method Detail

      • getDependsOn

        public java.util.List<Resource> getDependsOn()
        Optional resources that this invoke depends on. The invoke will wait for these resources to be resolved before executing.