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