get static method
HumanTaskUI
get(
- String name,
- Input<
String> id, { - HumanTaskUIState? state,
- CustomResourceOptions? options,
Gets an existing HumanTaskUI resource's state with the given name and id.
Implementation
static HumanTaskUI get(
String name,
pulumi.Input<String> id, {
HumanTaskUIState? state,
pulumi.CustomResourceOptions? options,
}) {
return HumanTaskUI._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}