Package com.pulumi.provider.internal
Class ComponentProvider
- java.lang.Object
-
- com.pulumi.provider.internal.ComponentProvider
-
-
Constructor Summary
Constructors Constructor Description ComponentProvider(Metadata metadata, java.lang.Package pkg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ConstructResponse>construct(ConstructRequest request)Construct a component resource given the type name and inputs, and returning the URN and any outputs.java.util.concurrent.CompletableFuture<GetSchemaResponse>getSchema(GetSchemaRequest request)Returns the schema for this provider's package.
-
-
-
Constructor Detail
-
ComponentProvider
public ComponentProvider(Metadata metadata, java.lang.Package pkg)
-
-
Method Detail
-
getSchema
public java.util.concurrent.CompletableFuture<GetSchemaResponse> getSchema(GetSchemaRequest request)
Description copied from interface:ProviderReturns the schema for this provider's package.
-
construct
public java.util.concurrent.CompletableFuture<ConstructResponse> construct(ConstructRequest request)
Description copied from interface:ProviderConstruct a component resource given the type name and inputs, and returning the URN and any outputs.
-
-