get static method

FunctionEventInvokeConfig get(
  1. String name,
  2. Input<String> id, {
  3. FunctionEventInvokeConfigState? state,
  4. CustomResourceOptions? options,
})

Gets an existing FunctionEventInvokeConfig resource's state with the given name and id.

Implementation

static FunctionEventInvokeConfig get(
  String name,
  pulumi.Input<String> id, {
  FunctionEventInvokeConfigState? state,
  pulumi.CustomResourceOptions? options,
}) {
  return FunctionEventInvokeConfig._get(
    name,
    state: state?.toMap(),
    options: pulumi.CustomResourceOptions(id: id).merge(options),
  );
}