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