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