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