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